]> git.eshelyaron.com Git - emacs.git/commit
Fix unlikely core dump with Xaw
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Aug 2022 23:25:40 +0000 (16:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Aug 2022 01:30:10 +0000 (18:30 -0700)
commit97067349a8d75ab720ff2e98653a6b21f60b221e
tree6417c39de7dbee474e2129ffe60f6883fae47a79
parent5b5896132f292986e89913b650d21c0b16896298
Fix unlikely core dump with Xaw

* lwlib/lwlib-Xaw.c (make_dialog): Don’t dump core if calloc fails.
Caught with --enable-gcc-warnings.
lwlib/lwlib-Xaw.c