]> git.eshelyaron.com Git - emacs.git/commit
Fix crash when windows are destroyed by faulty clients
authorPo Lu <luangruo@yahoo.com>
Sat, 26 Mar 2022 04:20:23 +0000 (12:20 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 26 Mar 2022 04:20:23 +0000 (12:20 +0800)
commitc16b296939c9048c6031ce4cb66e5903488fd063
treea5aed406eab91b9cf173d42f055f5779e95b2a7d
parent98952340bd225d34a0f2f5f32a385dda30e87909
Fix crash when windows are destroyed by faulty clients

* src/xterm.c (x_dnd_compute_toplevels): Make sure
property_reply is non-NULL before testing its format and length.
src/xterm.c