Lines Matching refs:SF
16 * Address SF issue #138 Documentation for obsolete utilities still installed
18 * Address SF issue #139: Typo in "LZW image data" page ("110_2 = 4_10")
20 * Address SF issue #140: Typo in "LZW image data" page ("LWZ")
22 * Address SF issue #141: Typo in "Bits and bytes" page ("filed")
24 * Note as already fixed SF issue #143: cannot compile under mingw
26 * Address SF issue #144: giflib-5.2.1 cannot be build on windows and other platforms using c89
28 * Address SF issue #145: Remove manual pages installation for binaries that are not installed too
30 * Address SF issue #146: [PATCH] Limit installed man pages to binaries, move giflib to section 7
32 * Address SF issue #147 [PATCH] Fixes to doc/whatsinagif/ content
34 * Address SF issue #148: heap Out of Bound Read in gif2rgb.c:298 DumpScreen2RGB
36 * Declared no-info on SF issue #150: There is a denial of service vulnerability in GIFLIB 5.2.1
38 * Declared Won't-fix on SF issue 149: Out of source builds no longer possible
40 * Address SF issue #151: A heap-buffer-overflow in gif2rgb.c:294:45
42 * Address SF issue #152: Fix some typos on the html documentation and man pages
44 * Address SF issue #153: Fix segmentation faults due to non correct checking for args
46 * Address SF issue #154: Recover the giffilter manual page
48 * Address SF issue #155: Add gifsponge docs
50 * Address SF issue #157: An OutofMemory-Exception or Memory Leak in gif2rgb
52 * Address SF issue #158: There is a null pointer problem in gif2rgb
54 * Address SF issue #159 A heap-buffer-overflow in GIFLIB5.2.1 DumpScreen2RGB() in gif2rgb.c:298:45
56 * Address SF issue #163: detected memory leaks in openbsd_reallocarray giflib/openbsd-reallocarray.c
58 * Address SF issue #164: detected memory leaks in GifMakeMapObject giflib/gifalloc.c
60 * Address SF issue #166: a read zero page leads segment fault in getarg.c and memory leaks in gif2r…
62 * Address SF issue #167: Heap-Buffer Overflow during Image Saving in DumpScreen2RGB Function at Lin…
89 * Address SF bug #134: Giflib fails to slurp significant number of gifs
100 * Address SF bug #129: The latest version of giflib cannot be build on windows.
102 * Address SF bug #126: Cannot compile giflib using c89
107 * Address SF bug #119: MemorySanitizer: FPE on unknown address. This is CVE-2019-15133
109 * Address SF bug #125: 5.1.7: xmlto is still required for tarball
111 * Address SF bug #124: 5.1.7: ar invocation is not crosscompile compatible
113 * Address SF bug #122: 5.1.7 installs manpages to wrong directory
115 * Address SF bug #121: make: getversion: Command not found
117 * Address SF bug #120: 5.1.7 does not build a proper library - no
138 * Fix SF bug #114: Null dereferences in main() of gifclrmp
140 * Fix SF bug #113: Heap Buffer Overflow-2 in function DGifDecompressLine()
143 * Fix SF bug #111: segmentation fault in PrintCodeBlock
145 * Fix SF bug #109: Segmentation fault of giftool reading a crafted file
147 * Fix SF bug #107: Floating point exception in giftext utility
149 * Fix SF bug #105: heap buffer overflow in DumpScreen2RGB in gif2rgb.c:317
151 * Fix SF bug #104: Ineffective bounds check in DGifSlurp
153 ^ Fix SF bug #103: GIFLIB 5.1.4: DGifSlurp fails on empty comment
155 * Fix SF bug #87: Heap buffer overflow in 5.1.2 (gif2rgb).
169 * Fix SF bug #94: giflib 5 loves to fail to load images... a LOT.
171 * Fix SF Bug #92: Fix buffer overread in gifbuild.
173 * Fix SF Bug #93: Add bounds check in gifbuild netscape2.0 path
175 * Fix SF Bug #89: Fix buffer overread in gifbuild.
194 * Bulletproof gif2rgb against 0-height images. Addressed SF bug #78:
195 Heap overflow in gif2rgb with images of size 0, also SF bug #82.
197 * Remove unnecessary duplicate EGifClose() in gifcolor.c. Fixes SF bug #83
200 * Fix SF Bug #84: incorrect return of DGifSlurp().
279 * Minor fix for SF bug #56; BitsPerPixel may be left as uninitialized
282 * Applied SF patch #17: Use a fallback on Windows where mkstemp is not
285 * Applied SF patch #15: Code hardening, preventing spurious
299 Minor fix for a rare memory leak (SF bug #55).