I also hope to a new release. Thanks!
Is there github repo now?
https://www.debian.org/lts/security/2022/dla-2937
https://lists.debian.org/debian-lts-announce/2022/03/msg00008.html The patch come from Debian: --- gif2apng.orig/gif2apng.cpp +++ gif2apng/gif2apng.cpp @@ -99,7 +99,7 @@ int cmp_colors( const void arg1, const return (int)(((COLORS)arg1)->b) - (int)(((COLORS*)arg2)->b); } -void DecodeLZW(unsigned char * img, FILE * f1) +void DecodeLZW(unsigned char * img, unsigned int img_size, FILE * f1) { int i, bits, codesize, codemask, clearcode, nextcode, lastcode; unsigned int j; @@ -113,6 +113,7 @@ void DecodeLZW(unsigned...
Bug report from Debian : https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854453 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=935912 Could you fix them?