]> git.eshelyaron.com Git - emacs.git/commit
Pin lazily read bytecode (bug#53809)
authorMattias Engdegård <mattiase@acm.org>
Mon, 7 Feb 2022 16:36:11 +0000 (17:36 +0100)
committerMattias Engdegård <mattiase@acm.org>
Mon, 7 Feb 2022 17:18:32 +0000 (18:18 +0100)
commit6f3c62ff07e671dff1741ae580b9a761a3bfd361
tree199708fe0f21147bfbc7aae5e99e040d5fb3f2ac
parent6e403efc9bcf6e212d656bcc049a790dcebff451
Pin lazily read bytecode (bug#53809)

* src/eval.c (Ffetch_bytecode): Bytecode strings read lazily weren't
pinned as they must be.  Do so.

Bug reported by Gregor Zattler.
src/eval.c