On Sat, Sep 19, 2009 at 1:59 PM, Joris Huizer <span dir="ltr">&lt;<a href="mailto:joris_huizer@yahoo.com">joris_huizer@yahoo.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
<pre>[/home/cahrendt/wine-git/dlls/rpcrt4/tests/server.c:1189]: (possible <br>error) Array index out of bounds<br><br>This one is a false positive, it uses FIELD_OFFSET(cs_t, ca[5]),<br>and it found an array:<br>int ca[5];<br>
</pre></td></tr></tbody></table></blockquote></div>int ca[5];<br>
has only entries up to ca[4] (0-4) so to me it looks like bug.<br><br>