Wireshark-bugs: [Wireshark-bugs] [Bug 2302] Base64 decoder returns incorrect length

Date: Mon, 25 Feb 2008 14:38:30 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2302





--- Comment #4 from Peter Kjellerstedt <pkj@xxxxxxxx>  2008-02-25 14:38:28 GMT ---
Well, I guess then there should really be a check for p != NULL before
calculating idx, but that is not my gripe here. What I am looking for is to
prevent extra bytes to show up in the decoding; bytes which do not really
exists. As it currently is, there will sometimes (three out of four base64
encoded strings) be an extra decoded NUL byte which the next parser looking at
the base64 decoded data will actually try to parse...


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.