]> git.eshelyaron.com Git - emacs.git/commit
Fix Fload dangling pointer
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Apr 2019 19:55:18 +0000 (12:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Apr 2019 19:57:30 +0000 (12:57 -0700)
commit0f8628490e3e06f2bfe14451626f55b2165d711c
treee0df0f09d9082c6911fa01a659234509ea1637d0
parentbc4ed68314e51d784c03a06385f294db80f9a3bd
Fix Fload dangling pointer

* src/lread.c (Fload): Expand decl’s lifetime to match its use.
Bug found by gcc -fsanitize=address.
src/lread.c