Package: tuxpuck / 0.8.2-7

Metadata

Package Version Patches format
tuxpuck 0.8.2-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Makefile.patch | (download)

Makefile | 14 7 + 7 - 0 !
data/Makefile | 2 1 + 1 - 0 !
utils/Makefile | 6 3 + 3 - 0 !
3 files changed, 11 insertions(+), 11 deletions(-)

 makefile

buffer overflow.patch | (download)

tuxpuck.c | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 buffer overflow

Bug: https://bugs.debian.org/203508
libpng transition.patch | (download)

png.c | 38 34 + 4 - 0 !
1 file changed, 34 insertions(+), 4 deletions(-)

 libpng transition

Bug: https://bugs.debian.org/cgi-bin/649809
FTBFS with fread.patch | (download)

utils/anim.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 ftbfs with fread

Fix FTBFS due to unused return value of fread in anim.c. Check that fread
actually returns a value under all circumstances.

Bug: https://bugs.debian.org/552022
clang FTBFS.patch | (download)

utils/ttf2font.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 clang ftbfs

Fix a FTBFS with the clang compiler due to uninitialized variables in
ttf2font.c.

Bug: https://bugs.debian.org/753064