head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.04.12.18.29.17; author wiz; state Exp; branches; next ; commitid b6Wmxzu5sOKmqHBG; desc @@ 1.1 log @giflib: update to 6.1.3. * Fix SF bugs #194, #195, #196, #197: these were in the gif_fiont.c code, which is a historical relic not affecting general library clients. * Fix SF bug #193, double free on malicious GIF when built with reallocarray. @ text @$NetBSD$ NetBSD's head(1) does not support --bytes, nor negative arguments to -c. --- tests/makefile.orig 2026-04-12 18:24:32.471859148 +0000 +++ tests/makefile @@@@ -106,9 +106,9 @@@@ giffix-rebuild: giffix-rebuild: @@echo "Rebuilding giffix test." - @@head --bytes=-20 <$(PICS)/treescap.gif | $(UTILS)/giffix 2>/dev/null | $(UTILS)/gifbuild -d >giffixed.ico + @@head -c 387 <$(PICS)/treescap.gif | $(UTILS)/giffix 2>/dev/null | $(UTILS)/gifbuild -d >giffixed.ico giffix-regress: - @@head --bytes=-20 <$(PICS)/treescap.gif | $(UTILS)/giffix 2>/dev/null | $(UTILS)/gifbuild -d | ./tapdiffer "giffix: Testing giffix behavior" giffixed.ico + @@head -c 387 <$(PICS)/treescap.gif | $(UTILS)/giffix 2>/dev/null | $(UTILS)/gifbuild -d | ./tapdiffer "giffix: Testing giffix behavior" giffixed.ico gifinto-regress: @@rm -f $@@.giflib.tmp @