]> git.eshelyaron.com Git - emacs.git/commit
Avoid assertion violation in 'xpalloc'
authorEli Zaretskii <eliz@gnu.org>
Sun, 2 Oct 2022 09:58:04 +0000 (12:58 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 2 Oct 2022 09:58:04 +0000 (12:58 +0300)
commit7ff520762468b5de4684e4a3d8f0103c8f3bec64
tree2db7176bb363f6b97ff8b239b92cd0ed8cfb53ed
parent6c46aa2116557ab3fa4f9c81e50a30246e2614d8
Avoid assertion violation in 'xpalloc'

* src/emacs.c (load_pdump): Ensure the 3rd argument of xpalloc is
always positive.  (Bug#58232)
src/emacs.c