summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2008-06-12 17:09:15 (GMT)
committerdas <das>2008-06-12 17:09:15 (GMT)
commitd138809e01fb083798e63157cfe31863684854df (patch)
treeaad9c516eb4b0b59b9f1631e86eb007bc3861764 /ChangeLog
parenta11944430be54d3070d9bc3fd3f168c6b4c326f7 (diff)
downloadtk-d138809e01fb083798e63157cfe31863684854df.zip
tk-d138809e01fb083798e63157cfe31863684854df.tar.gz
tk-d138809e01fb083798e63157cfe31863684854df.tar.bz2
* generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore a
global grab capture and to release the restrict window capture when releasing a button grab. Fixes segfault due to dangling reference to restrict window inside TkpSetCapture() implementation. [Bug 1991932]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82e75a5..ab291e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-06-12 Daniel Steffen <das@users.sourceforge.net>
+ * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore a
+ global grab capture and to release the restrict window capture when
+ releasing a button grab. Fixes segfault due to dangling reference to
+ restrict window inside TkpSetCapture() implementation. [Bug 1991932]
+
* macosx/tkMacOSXXStubs.c: sync with core-8-5-branch.
* unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc.