80958751e4
The ntlm_construct_challenge_target_info function can potentially pass NULL as argument to the ntlm_av_pair_add function (for example DnsDomainName.Buffer). This NULL finally lands in the CopyMemory (which is macro to the memcpy(3) function) which can't handle NULL. |
||
---|---|---|
.. | ||
include | ||
libwinpr | ||
tools | ||
.gitignore | ||
CMakeLists.txt | ||
WinPRConfig.cmake.in |