diff options
author | hobbs <hobbs> | 2002-12-17 21:35:55 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-12-17 21:35:55 (GMT) |
commit | ffa5cc26e85ed18e635f1a686ac0f4bbf7a63f4e (patch) | |
tree | f52efdc91a35a428ac0b5ca6d9bd65d98f6827e6 /ChangeLog | |
parent | 8fd397ee9ff91c143248a1ad2d38a15501f42489 (diff) | |
download | tcl-ffa5cc26e85ed18e635f1a686ac0f4bbf7a63f4e.zip tcl-ffa5cc26e85ed18e635f1a686ac0f4bbf7a63f4e.tar.gz tcl-ffa5cc26e85ed18e635f1a686ac0f4bbf7a63f4e.tar.bz2 |
* generic/tclNotify.c (TclFinalizeNotifier, Tcl_SetServiceMode):
(Tcl_ThreadAlert): Check that the stub functions are non-NULL
before calling them. They could be set to NULL by Tcl_SetNotifier.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-12-17 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclNotify.c (TclFinalizeNotifier, Tcl_SetServiceMode): + (Tcl_ThreadAlert): Check that the stub functions are non-NULL + before calling them. They could be set to NULL by Tcl_SetNotifier. + 2002-12-16 David Gravereaux <davygrvy@pobox.com> * generic/tclPipe.c (TclCleanupChildren): |