Bug#511922:

2010-11-11 Thread Artur Rona
Tags: patch In Ubuntu, we've applied the attached patch to achieve the following: - debian/patches/11-loadpng.patch: Fix FTBFS caused by ignoring the return value of some functions: + src/init.c: check the return code of realpath. + src/loadpng.c: handle short reads. We

Bug#511922: Please check the return value of more functions

2009-05-08 Thread Andrea Gasparini
Hi, I'm reopening this bug, cause it seems you forgot to apply the patch James send you. For example, in https://alioth.debian.org/scm/viewvc.php/xbubble/src/loadpng.c?view=markuproot=xbubble i still see the lines: /* ensure that we opened a PNG file */ fread( header, 1, 8, fd ); while

Bug#511922: Please check the return value of more functions

2009-01-15 Thread James Westby
Package: xbubble Version: 0.5.11.2-2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu jaunty ubuntu-patch Hi, In Ubuntu we turn on various compiler flags by default, meaning that there more problems in code cause build failures. Your package was one that