From 228c379335bc4d26ba09aacb5dfb35b264c1d430 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 23:29:38 +0000 Subject: Apply patch netpbm-fiasco-overflow.patch patch_name: netpbm-fiasco-overflow.patch present_in_specfile: true location_in_specfile: 14 --- diff --git a/converter/other/fiasco/lib/image.h b/converter/other/fiasco/lib/image.h index a87a3c0..3d6ac04 100644 --- a/converter/other/fiasco/lib/image.h +++ b/converter/other/fiasco/lib/image.h @@ -29,7 +29,7 @@ typedef struct image * Image data */ { - char id [7]; + char id [8]; unsigned reference_count; unsigned width; /* Width of the image */ unsigned height; /* Height of the image */