Sept 11 with tools and tests removed

Ben Klein shacklein at gmail.com
Sat Sep 12 17:38:41 CDT 2009


2009/9/13 Nicolas Le Cam <niko.lecam at gmail.com>:
> Last one is also a false positive, it's just two pointers being
> subtracted to retrieve an offset.

That's not the reason why it's a false positive. Without context that
line does look like a NULL-dereference (dmW is dereferenced to get the
first pointer before any NULL checking). However it's in a static
function that is called in two places, both of which already check the
pointer being dereferenced.



More information about the wine-devel mailing list