[Pkg-allegro-maintainers] Bug#609083: Incorrect use of memset count/value
Peter Hull
peterhull90 at gmail.com
Tue Jan 11 17:21:44 UTC 2011
Thanks for the bug report. This has already been fixed in our SVN
repository (commit #744)
Peter
On Thu, Jan 6, 2011 at 2:51 AM, Silvio Cesare <silvio.cesare at gmail.com> wrote:
> 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]));
>
More information about the Pkg-allegro-maintainers
mailing list