|
From: Andreas K. <and...@us...> - 2008-04-09 18:37:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6904 Modified Files: 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. |