]> git.eshelyaron.com Git - emacs.git/commit
Don't alter shared structure in dumped purecopied hash tables.
authorPip Cet <pipcet@gmail.com>
Wed, 3 Jul 2019 11:48:22 +0000 (11:48 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 9 Jul 2019 20:15:29 +0000 (16:15 -0400)
commitde229df09c012ed9c394a479e8bea4e9f175c4d1
tree4e80e1c57193006904fb697a4e3c9e485fb6bcfe
parent3078e6d2fb9b2acf785be11de465f6410acaa5fc
Don't alter shared structure in dumped purecopied hash tables.

* src/fns.c (hash_table_rehash): Make sure we're operating on
fresh copies of ->next, ->index, ->hash.
src/fns.c