Bug#609378: Incorrect use of memset count/value

2014-06-23 Thread Fabian Greffrath
# actually fixed in 1.0+dfsg-3 which was left UNRELEASED fixed 609378 1.1-1 thanks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#609378: Incorrect use of memset count/value

2011-02-28 Thread Fabian Greffrath
fixed 609378 1.0+dfsg-3 thanks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#609378: Incorrect use of memset count/value

2011-02-28 Thread Fabian Greffrath
notfound 609378 1.0+dfsg-3 thanks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#609378: Incorrect use of memset count/value

2011-01-08 Thread Silvio Cesare
Package: rott Version: 1.0+dfsg-2 Severity: minor ./rott_1.0+dfsg/rt_main.c: memset (&pcxHDR, sizeof(PCX_HEADER), 0); ./rott_1.0+dfsg/rt_main.c: memset (buffer1, GAP_SIZE, 0); The 0 should be the second argument, not the third.