On Tue, Sep 09, 2008 at 09:12:55PM +0300, Alexander Dorofeyev wrote: > Dan Kegel wrote: > > >> Still a lot of NULL ptr migration issues which suck > >> to fix, but well. > > 709 DEADCODE DEVENUM_ReadPinTypes devenum/createdevenum.c > > 717 FORWARD_NULL DEVENUM_ReadPinTypes devenum/createdevenum.c > > NULL-dereference may be a false positive from the way memory for lpMediaType > is > allocated there. Not sure though, will look some more later; BTW, a stupid > question - is there more details available on what and where it detects in > the > function (free of charge)? Couldn't really find it by quick look around their > website and google, except short definition of FORWARD_NULL meaning etc.
Of course, if you click on a specifiy ID it will show the sourcecode with the decisions the analyzer did, including the path where it thought this can happen. Ciao, Marcus