diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-05-10 18:54:10 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-05-10 18:54:10 (GMT) |
commit | 5d9a90aa1eb03973daff1aee8fa4eadd7a37b45b (patch) | |
tree | e076b1457473c433aadfe4debc4f612d1c32cbfa /ChangeLog | |
parent | 76e3b5eed61a674bce7f9c1e18380842dcff3fbf (diff) | |
download | tcl-5d9a90aa1eb03973daff1aee8fa4eadd7a37b45b.zip tcl-5d9a90aa1eb03973daff1aee8fa4eadd7a37b45b.tar.gz tcl-5d9a90aa1eb03973daff1aee8fa4eadd7a37b45b.tar.bz2 |
Fixed uninitialized memory read in tclBinary.c when passing a NaN to 'd','q','Q' formats
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2005-05-10 Kevin Kenny <kennykb@acm.org> + * tclBinary.c (FormatNumber): Fixed a bug where NaN's + resulted in reads of uninitialized memory when using 'd', + 'q', or 'Q' format. + +2005-05-10 Kevin Kenny <kennykb@acm.org> + Merged all changes on kennykb-numerics-branch back into the HEAD. TIP's 132 and 232 are now Final. |