Ignore INVALID_HANDLE_VALUE during clang scanbuild runs.
authorArmin Novak <armin.novak@thincast.com>
Thu, 21 Feb 2019 11:20:25 +0000 (12:20 +0100)
committerArmin Novak <armin.novak@thincast.com>
Thu, 21 Feb 2019 11:21:51 +0000 (12:21 +0100)
commit32e5407b433eb0d2147c1e4d5dd2f2439fbb6fe8
tree75b62eb33020240d0d76d578a0ad488280c08fca
parent41d382569ca2a5be53b198186eb3acbcb2265196
Ignore INVALID_HANDLE_VALUE during clang scanbuild runs.

The value INVALID_HANDLE_VALUE could in theory be a valid memory address,
so the analyzer is confused and thinks either we have a memroy leak
or we try to free a fixed address.
winpr/libwinpr/handle/handle.h