SECURITY UPDATE: integer truncation in VIFF encoder leading to out-of-bounds heap write
debian/patches/CVE-2026-33900.patch: add truncation check before
AcquireVirtualMemory() call in WriteVIFFImage() in coders/viff.c
CVE-2026-33900
SECURITY UPDATE: out-of-bounds read in SampleImage via sample:offset define
debian/patches/CVE-2026-33905.patch: rewrite SampleImage() in
magick/resize.c to compute xoffset/yoffset per pixel and fetch a
single virtual pixel instead of indexing a preallocated row buffer