]> git.eshelyaron.com Git - emacs.git/commit
Improve C-h C-h bug fix
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 16 Feb 2020 19:36:19 +0000 (11:36 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 16 Feb 2020 19:37:07 +0000 (11:37 -0800)
commit556cc727e5076d590f8286406e4f46cff3cee41e
treed23565cc5fc31bd98d2d782dcbc6cc10d5a29d9c
parentdf9da9445ed665080fbcfdd25f7a544f1403cf8e
Improve C-h C-h bug fix

* src/lread.c (read1): Guard against two 'struct Lisp_Vector *'
pointers differing only in their most significant bit.  Problem
reported by Pip Cet (Bug#39529#22).
src/lread.c