K 10 svn:author V 6 emaste K 8 svn:date V 27 2015-03-23T20:50:28.614400Z K 7 svn:log V 224 MFC r275060: Fix b64_pton output buffer overrun test for exact-sized buffer b64_pton would sometimes erroneously fail to decode a base64 string into a precisely sized buffer. The overflow check was a little too greedy. END