cppcheck Sept 18

Pauli Nieminen suokkos at gmail.com
Sun Sep 20 11:04:03 CDT 2009


On Sat, Sep 19, 2009 at 1:59 PM, Joris Huizer <joris_huizer at yahoo.com>wrote:

> [/home/cahrendt/wine-git/dlls/rpcrt4/tests/server.c:1189]: (possible
> error) Array index out of bounds
>
> This one is a false positive, it uses FIELD_OFFSET(cs_t, ca[5]),
> and it found an array:
> int ca[5];
>
> int ca[5];
has only entries up to ca[4] (0-4) so to me it looks like bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20090920/1f82b2a9/attachment.htm>


More information about the wine-devel mailing list