diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-20 12:11:57 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-20 12:11:57 (GMT) |
commit | ce8b0d55e3f2faa869ba2727c5b6362ead7d5472 (patch) | |
tree | 22785c6b7a87eb10e84af4007289ea5016c23818 /ChangeLog | |
parent | 094f23c172acca8f32b0888cd536f01fc1daab1b (diff) | |
parent | 2742530e9d84e0347a415ae41cc5057a80a23d35 (diff) | |
download | tcl-ce8b0d55e3f2faa869ba2727c5b6362ead7d5472.zip tcl-ce8b0d55e3f2faa869ba2727c5b6362ead7d5472.tar.gz tcl-ce8b0d55e3f2faa869ba2727c5b6362ead7d5472.tar.bz2 |
[Bug 3033307]: fix [binary decode base64] whitespace handling with '=' suffixes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-11-20 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclBinary.c (BinaryDecode64): [Bug 3033307]: Corrected + handling of trailing whitespace when decoding base64. Thanks to Anton + Kovalenko for reporting, and Andy Goth for the fix and tests. + 2012-11-19 Donal K. Fellows <dkf@users.sf.net> * generic/tclExecute.c (INST_STR_RANGE_IMM): [Bug 3588366]: Corrected |