ntdll/file.c: Fix a possible NULL dereferencing.

Nikolay Sivov bunglehead at gmail.com
Wed Aug 27 04:27:04 CDT 2008


Markus Hitter wrote:
> if (!attr || !attr->ObjectName) return STATUS_INVALID_PARAMETER;
Shouldn't this be splitted? It isn't safe to rely on evaluation order. 
Or is it a default compiler setting for us?




More information about the wine-devel mailing list