server/fd.c: Prevent using uninitialized pointers

Henri Verbeet hverbeet at gmail.com
Tue Jun 30 11:58:49 CDT 2009


2009/6/30 Daniel Santos <javatroubadour at yahoo.com>:
> Some pointers are getting used prior to initialization.  It would appear that the current compilers are initializing them to zero or we've been lucky.
>
No, the C standard specifies that these are initialized to NULL, since
they have static storage duration.



More information about the wine-devel mailing list