Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8409] APPCRASH in libglib-2.0-0.dll

Date: Thu, 28 Feb 2013 14:28:54 +0000

Comment # 4 on bug 8409 from
(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.