]> git.eshelyaron.com Git - emacs.git/commit
Fix bug in recent allocate_string_data patch
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 4 Jan 2020 21:33:44 +0000 (13:33 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 4 Jan 2020 21:34:06 +0000 (13:34 -0800)
commitadd2b2da72babbc72134775499e14fc65da9bd44
treec39071de49f2569ca52eb39dff09cb58d12ba8c6
parent9bbf17539826a040eda45e88aabd358ed44fabf7
Fix bug in recent allocate_string_data patch

Reported by Glenn Morris in:
https://lists.gnu.org/r/emacs-devel/2020-01/msg00098.html
* src/alloc.c (allocate_string_data): If the string is small and
there is not enough room in the current block, clear the string if
CLEARIT.
src/alloc.c