]> git.eshelyaron.com Git - emacs.git/commit
Another fix for using pointer to buffer text
authorEli Zaretskii <eliz@gnu.org>
Mon, 24 Oct 2016 13:59:34 +0000 (16:59 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 24 Oct 2016 13:59:34 +0000 (16:59 +0300)
commit1047496722a58ef5b736dae64d32adeb58c5055c
treefd2de5184909b90e6a9aeefd6c55c8967063a06b
parent31219927a9b2c5ef2f702bda245ffc306be7b1a2
Another fix for using pointer to buffer text

* src/search.c (Freplace_match): Move the call to BYTE_POS_ADDR
after the call to xpalloc, to avoid the danger of buffer text
relocation after its address was taken.  (Bug#24358)
src/search.c