Wireshark-bugs: [Wireshark-bugs] [Bug 2302] Base64 decoder returns incorrect length
Date: Mon, 25 Feb 2008 12:42:54 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2302





--- Comment #3 from Jaap Keuter <jaap.keuter@xxxxxxxxx>  2008-02-25 12:42:53 GMT ---
So you want to make decoding RFC 4648 compliant? Then you should also consider
how the padding '=' is handled in the code. strchr(b64, *s) will return NULL
upon seeing '=' (or any other non matched character for that matter) and it
remains to be seen how the pointer arithmetic on p and b64 plays out on every
platform we have. 


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