]> git.eshelyaron.com Git - emacs.git/commit
Fix uninitialized use of xm drag receiver data
authorPo Lu <luangruo@yahoo.com>
Sun, 22 May 2022 07:56:11 +0000 (15:56 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 22 May 2022 07:56:20 +0000 (15:56 +0800)
commit73df958411e2b1c55f3e91b1ed747de0b2bcd59d
treed9b79fa8d2f63e276d512e8d9889a8d7a3a86966
parent9988047f476763424b1e763118da5aa489aa5d7d
Fix uninitialized use of xm drag receiver data

* src/xterm.c (xm_read_drag_receiver_info): Just return if the
protocol is invalid.  Reported by Jashank Jeremy
<jashank@rulingia.com.au>.
src/xterm.c