]> git.eshelyaron.com Git - emacs.git/commit
Prevent crashes with very large Motif targets tables
authorPo Lu <luangruo@yahoo.com>
Tue, 7 Jun 2022 01:45:41 +0000 (09:45 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 7 Jun 2022 01:45:41 +0000 (09:45 +0800)
commite21c761d13faa158fb8445a0df4a7af666ea2782
treed7c1e89bb4c1a731e9183bf160c32385865b353a
parent2267b48cac3c8e8a834b4faaa5390f2ad6a54281
Prevent crashes with very large Motif targets tables

* src/xterm.c (xm_setup_dnd_targets): Catch errors around
xm_write_targets_table lest we get a BadAlloc error.
src/xterm.c