https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6452
Iain Arnell <iarnell@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #7235| |review_for_checkin?
Flag| |
--- Comment #9 from Iain Arnell <iarnell@xxxxxxxxx> 2011-10-13 23:18:15 PDT ---
Created an attachment (id=7235)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7235)
fix two string length bugs
AJP13 uses a string size of 0xFFFF to indicate a null string;
ajp13_get_nstring function would incorrectly return invalid data.
In disaply_req_body function, the content_length really is the length of
the data; there is no trailing null.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.