diff options
author | dgp <dgp@users.sourceforge.net> | 2009-10-27 20:31:08 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-10-27 20:31:08 (GMT) |
commit | 667646d2977ff01762169575231252c9e9988ee8 (patch) | |
tree | e86f1ae3c04e048317655554218936d03c2b20ab /ChangeLog | |
parent | 097f32ff2cb5272d1ce612b32486caf8feaee9e5 (diff) | |
download | tcl-667646d2977ff01762169575231252c9e9988ee8.zip tcl-667646d2977ff01762169575231252c9e9988ee8.tar.gz tcl-667646d2977ff01762169575231252c9e9988ee8.tar.bz2 |
* generic/tclPathObj.c: Missing refcount on cached normalized path
caused crashes. [Bug 2884203].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-10-27 Don Porter <dgp@users.sourceforge.net> + + * generic/tclPathObj.c: Missing refcount on cached normalized path + caused crashes. [Bug 2884203]. + 2009-10-27 Kevin B. Kenny <kennykb@acm.org> * library/clock.tcl (ParseClockScanFormat): |