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 6452] packet-ajp13 fix, cleanup, and enhancement

Date: Thu, 13 Oct 2011 23:18:16 -0700 (PDT)
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.