mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 03:25:54 +02:00
These all fix a potential "NULL dereference" bug that has existed in libpng since version 0.71 of June 26, 1995. To be vulnerable, an application has to load a text chunk into the png structure, then delete all text, then add another text chunk to the same png structure, which seems to be an unlikely sequence, but it has happened. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
23 lines
528 B
Plaintext
23 lines
528 B
Plaintext
#usr/bin/libpng-config
|
|
#usr/bin/libpng12-config
|
|
#usr/include/libpng12
|
|
#usr/include/libpng12/png.h
|
|
#usr/include/libpng12/pngconf.h
|
|
#usr/include/png.h
|
|
#usr/include/pngconf.h
|
|
#usr/lib/libpng.a
|
|
#usr/lib/libpng.la
|
|
usr/lib/libpng.so
|
|
usr/lib/libpng.so.3
|
|
usr/lib/libpng.so.3.57.0
|
|
#usr/lib/libpng12.a
|
|
#usr/lib/libpng12.la
|
|
usr/lib/libpng12.so
|
|
usr/lib/libpng12.so.0
|
|
usr/lib/libpng12.so.0.57.0
|
|
#usr/lib/pkgconfig/libpng.pc
|
|
#usr/lib/pkgconfig/libpng12.pc
|
|
#usr/share/man/man3/libpng.3
|
|
#usr/share/man/man3/libpngpf.3
|
|
#usr/share/man/man5/png.5
|