[Pkg-allegro-maintainers] Bug#609083: Incorrect use of memset count/value

Silvio Cesare silvio.cesare at gmail.com
Thu Jan 6 02:51:34 UTC 2011


Package: kq
Version: 0.99.cvs20070319-1.1
Severity: minor

In ./kq_0.99.cvs20070319/maps/mapdraw2.c

   memset (&gent[number_of_ents], sizeof (gent[number_of_ents]), 0);

That should be memset(&gent[number_of_ents], 0,
sizeof(gent[number_of_ents]));
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-allegro-maintainers/attachments/20110106/d9fc8723/attachment.htm>


More information about the Pkg-allegro-maintainers mailing list