Comment # 4
on bug 8409
from Michael Mann
(In reply to comment #3)
> The
> other issue is that when creating our ntsmllp conversation structure at
> packet-ntlmssp.c:1524, we don't (necessarily) initialize the ntlm_response
> members, and possibly others.
You can do a se_alloc0 in packet-ntlmssp.c:1524, like is done in
packet-ntlmssp.c:1658, but the ntlmssp_info is rather huge due to
MAX_BLOB_SIZE. Personally I think it shouldn't be done for either and just
"manually" set the "non blobs" to 0 and the length of the "blobs" to 0 for
performance reasons. Cursory glance also appears that "blob memory" could be
dynamic.
You are receiving this mail because:
- You are watching all bug changes.