]> git.eshelyaron.com Git - emacs.git/commit
Fix potential NULL pointer dereference on NS
authorPo Lu <luangruo@yahoo.com>
Thu, 2 Jun 2022 07:48:12 +0000 (15:48 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 2 Jun 2022 07:48:12 +0000 (15:48 +0800)
commitf71fad50fc4d10caaf156c37610f78f5edf3a255
tree2f1db454d5cbce7c339c1b732c200958f65a9ae3
parentcaf8a83730c82155b55b63de18e019c276dee2de
Fix potential NULL pointer dereference on NS

* src/nsterm.m (ns_mouse_position): Don't test f's tooltip-ness
if it's NULL.
src/nsterm.m