http://bugs.winehq.org/show_bug.cgi?id=56569
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #1 from Bernhard Übelacker bernhardu@mailbox.org --- Hello lumingyin, the block with the calloc is just reached `if (credential)`, then handle gets assigned the value of `credential`, before the allocation by `calloc`.
Therefore if this allocation is reached, `handle` has always a non-null value.
Am I missing something, can you confirm this?