https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3701
Kovarththanan Rajaratnam <kovarththanan.rajaratnam@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3371| |review_for_checkin?
Flag| |
--- Comment #9 from Kovarththanan Rajaratnam <kovarththanan.rajaratnam@xxxxxxxxx> 2009-07-20 07:02:18 PDT ---
Created an attachment (id=3371)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3371)
Zero terminate if len == 1
r29133 handles the len == 0 case but not the len == 1 case which means that we
can end up with an unterminated buffer. All of this is of course something I
should have handled in my initial patch. Sorry about that.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.