]> git.eshelyaron.com Git - emacs.git/commit
Fix ebrowse -f buffer overflow
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 May 2023 01:51:22 +0000 (18:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 May 2023 02:28:10 +0000 (19:28 -0700)
commit3e3f34d71e9c3c6c943580dc822afed7a3b0a861
treed09abd31afc1998fa7e96f60d50ba7bb5c68e353
parent8c0671b9cbf56bec99a7de63ead33076abb754b1
Fix ebrowse -f buffer overflow

* lib-src/ebrowse.c (main): Fix buffer overflow when several -f
options are given.  Found by GCC 13 -Wanalyzer-allocation-size.
lib-src/ebrowse.c