]> git.eshelyaron.com Git - emacs.git/commit
Be more robust if doc file is corrupted
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 31 May 2022 08:19:32 +0000 (01:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 31 May 2022 08:26:47 +0000 (01:26 -0700)
commit569d4c7ad60ec84e69df02f74e0c013ff83b93c2
tree97a01ec9ea8a4ddb40ac2b25d1dfb074a076a815
parentc4da5db04ba611b9a646c325e0e6eee165834f7a
Be more robust if doc file is corrupted

* src/doc.c (Fsnarf_documentation): Don’t dump core on a corrupted
doc file.  Problem found by GCC 12 -Wanalyzer-null-argument.
src/doc.c