Sept. 20, 2009
6:04 p.m.
[/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];
Actually, if this is a zero offset array, this is out of bounds. It might be better to extend ca by one and eliminate the possibility of the overflow and it only uses one more int worth of space... James McKenzie
6032
Age (days ago)
6032
Last active (days ago)
0 comments
1 participants
participants (1)
-
James Mckenzie