]> git.eshelyaron.com Git - emacs.git/commit
Fix test bug when calloc returns null
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Oct 2021 00:10:46 +0000 (17:10 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Oct 2021 00:22:07 +0000 (17:22 -0700)
commitf223ac6ef92b7cf69048c81ff58b5c983c7d25da
treed4033f2d61e12a9535e471ff8c8827452ba7de89
parentebeaa54f1986b6414c6af60660dc6bd53cbf3bf9
Fix test bug when calloc returns null

* test/src/emacs-module-resources/mod-test.c (Fmod_test_userptr_make):
Don’t dump core if calloc returns null and signal_errno returns.
test/src/emacs-module-resources/mod-test.c