]> git.eshelyaron.com Git - emacs.git/commit
Pacify gcc 11.1.1 -Wanalyzer-possible-null-dereference
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Jul 2021 07:06:34 +0000 (00:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Jul 2021 07:12:21 +0000 (00:12 -0700)
commit1a0fe2a5184cd4c57972994cf4b688042aecc534
treecb8b1b2c89cd5161d1c12f3aebcb1576f4482b37
parent2337869fbf8b967eb53ee57f978f3751987e43dc
Pacify gcc 11.1.1 -Wanalyzer-possible-null-dereference

* oldXMenu/Create.c (XMenuCreate):
* oldXMenu/Internal.c (_XMRecomputePane, _XMRecomputeSelection):
* oldXMenu/XMakeAssoc.c (XMakeAssoc):
* test/src/emacs-module-resources/mod-test.c (Fmod_test_userptr_make):
Don’t assume that malloc and calloc succeed.
oldXMenu/Create.c
oldXMenu/Internal.c
oldXMenu/XMakeAssoc.c
test/src/emacs-module-resources/mod-test.c