diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-04-09 18:37:08 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-04-09 18:37:08 (GMT) |
commit | 9bb2ff4b525caf08e3d48cadac6631b5693687aa (patch) | |
tree | 14005dcd3edeb271e777161dca86672a240587e2 /ChangeLog | |
parent | dc2f74c6070596e4d5a19fbf284d1c20d447453a (diff) | |
download | tcl-9bb2ff4b525caf08e3d48cadac6631b5693687aa.zip tcl-9bb2ff4b525caf08e3d48cadac6631b5693687aa.tar.gz tcl-9bb2ff4b525caf08e3d48cadac6631b5693687aa.tar.bz2 |
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size
* tests/ioCmd.test (iocmd-15.{13,14}): value to reject negative
values, and values overflowing 32-bit signed. [Bug 1557855]. Basic
patch by Alexandre Ferrieux <ferrieux@users.sourceforge.net>, with
modifications from me to separate overflow from true negative
value. Extended testsuite.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-04-09 Andreas Kupries <andreask@activestate.com> + + * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size + * tests/ioCmd.test (iocmd-15.{13,14}): value to reject negative + values, and values overflowing 32-bit signed. [Bug 1557855]. Basic + patch by Alexandre Ferrieux <ferrieux@users.sourceforge.net>, with + modifications from me to separate overflow from true negative + value. Extended testsuite. + 2008-04-09 Daniel Steffen <das@users.sourceforge.net> * tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting for |