Package: libcaca / 0.99.beta19-2.1~deb9u1

Metadata

Package Version Patches format
libcaca 0.99.beta19-2.1~deb9u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
100_doxygen.diff | (download)

doc/Makefile.am | 5 1 + 4 - 0 !
doc/doxygen.cfg.in | 67 38 + 29 - 0 !
2 files changed, 39 insertions(+), 33 deletions(-)

 don't mess with doxygen's output
200_glut_header.diff | (download)

caca/driver/gl.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 glut compilation fix.
CVE 2018 20544.patch | (download)

caca/dither.c | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 [patch] dither: fix integer overflows that were causing a division by
 zero.

Fixes: #36 (CVE-2018-20544)

CVE 2018 20545+20547+20549.patch | (download)

src/common-image.h | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 img2txt: fix an integer overflow in the bmp loader.
CVE 2018 20546+20547.patch | (download)

caca/dither.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 [patch] dither: fix integer multiplication overflow that caused
 crashes.

Fixes: #38 (CVE-2018-20546)
Fixes: #39 (CVE-2018-20547)