[/home/cahrendt/wine-git/dlls/ntdll/server.c:802]: (error) Resource leak: fd
[/home/cahrendt/wine-git/dlls/ntdll/server.c:882]: (error) Resource 
leak: fd_cwd

These two are false positives, as the process ends (calling exit(1)


[/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];

[/home/cahrendt/wine-git/dlls/wineps.drv/init.c:270]: (error) Possible 
null pointer dereference: dmW - otherwise it is redundant to check if 
dmW is null at line 272

That is a bug, sent a patch

HTH,

Joris



      


Reply via email to