On Sun, 2011-02-27 at 20:08 +0100, Julien Cristau wrote: > On Fri, Feb 25, 2011 at 10:25:45 +0000, Jonathan Wiltshire wrote: > > > --- gif2png-2.5.1.orig/debian/patches/10_fix_gif2png_c.dpatch > > +++ gif2png-2.5.1/debian/patches/10_fix_gif2png_c.dpatch [...] > > + file_ext = outname+strlen(outname)-4; > > ++ file_ext_max = sizeof(outname) - ( strlen(outname) - 4 ); > > Can file_ext_max ever be < 0? If yes what's supposed to happen?
Ping? :) (and apologies for the delay in getting back to this). Regards, Adam -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

