Merge pull request #669 from floe/master
Fix for issue #656 - invalid free() in NTLM
This commit is contained in:
commit
7e62beeb91
@ -360,6 +360,6 @@ void ntlm_construct_authenticate_target_info(NTLM_CONTEXT* context)
|
||||
NTLM_AV_PAIR* AvEOL;
|
||||
|
||||
AvEOL = ntlm_av_pair_get(ChallengeTargetInfo, MsvAvEOL);
|
||||
ZeroMemory((void*) AvEOL, 12);
|
||||
ZeroMemory((void*) AvEOL, 4);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user