diff options
author | dgp <dgp@users.sourceforge.net> | 2003-07-15 23:57:33 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-07-15 23:57:33 (GMT) |
commit | 6e2755b218e6f9902e0b316830c39c1308aaf748 (patch) | |
tree | b5dd9637844290dee0860417da3653b42f068677 /ChangeLog | |
parent | da4f00b003469298b4cdf2bd2f0ab8646e2ec8ba (diff) | |
download | tcl-6e2755b218e6f9902e0b316830c39c1308aaf748.zip tcl-6e2755b218e6f9902e0b316830c39c1308aaf748.tar.gz tcl-6e2755b218e6f9902e0b316830c39c1308aaf748.tar.bz2 |
* unix/dltest/pkga.c: Updated to not use Tcl_UtfNcmp and counted
strings instead of strcmp (not defined in any #include'd header)
and presumed NULL-terminated strings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ 2003-07-15 Don Porter <dgp@users.sourceforge.net> + * unix/dltest/pkga.c: Updated to not use Tcl_UtfNcmp and counted + strings instead of strcmp (not defined in any #include'd header) + and presumed NULL-terminated strings. + * generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371 on 2003-04-07 introduced a buffer overflow. Corrected. [Bug 771613] |