]> git.eshelyaron.com Git - emacs.git/commit
Avoid crashes when the primary clip is empty
authorPo Lu <luangruo@yahoo.com>
Fri, 28 Jul 2023 07:24:47 +0000 (15:24 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 28 Jul 2023 07:24:47 +0000 (15:24 +0800)
commit3f4653400f1ad0ac07d9a4ac905777772494f41d
treebea17d1e7cd5c01d0fe0b9d0204d03d19bf913f2
parent0709e03f88cdef8f785338cab9315b527db0854e
Avoid crashes when the primary clip is empty

* src/androidselect.c (Fandroid_get_clipboard): Don't return
data if clipboard is empty.  Reported by Johan Widén
<j.e.widen@gmail.com>.
src/androidselect.c