|
From: Andreas K. <and...@us...> - 2008-04-09 18:35:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6053 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * 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 <fer...@us...>, with modifications from me to separate overflow from true negative value. Extended testsuite. |