summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2003-12-13 01:10:13 (GMT)
committerdavygrvy <davygrvy@noemail.net>2003-12-13 01:10:13 (GMT)
commit65548a54b8228fd00149a2e58dc8966345931c30 (patch)
tree60f0e74116826b94be61e2d770ab8bda88c34304
parent191aaba63e00ef61820338cd8ba80cdb136ea3f6 (diff)
downloadtk-65548a54b8228fd00149a2e58dc8966345931c30.zip
tk-65548a54b8228fd00149a2e58dc8966345931c30.tar.gz
tk-65548a54b8228fd00149a2e58dc8966345931c30.tar.bz2
no message
FossilOrigin-Name: 0bb5c98b6f967b376ac5ae910b0c4583a9018b03
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ebeb3d1..9ad9847 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-12-12 David Gravereaux <davygrvy@pobox.com>
+
+ * win/tkWinEmbed.c (TkWinEmbeddedEventProc) : for loop dereferences
+ containerPtr but can't get to the if (containerPtr == NULL) test due
+ to the unhandled read memory exception for when it really is NULL.
+
2003-12-10 Vince Darley <vincentdarley@users.sourceforge.net>
* tests/textWind.test: fixed 2 tests so they run on Windows as well