]> git.eshelyaron.com Git - emacs.git/commit
Fix bug in recent byte-code checking hoist
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Jun 2020 01:40:10 +0000 (18:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Jun 2020 01:41:02 +0000 (18:41 -0700)
commit188dc2e5a3cb2de69ec14715ba288ab1e30da6eb
treedd24cab883e91296a3ed246f75d33a083ad8067c
parent0bfc4b3dd36a415f118b4b67bfacf99efd6f28c5
Fix bug in recent byte-code checking hoist

Problem reported by Daniel Colascione (Bug#41680).
* src/lread.c (read1): Check that AREF (tmp, COMPILED_BYTECODE)
is a string before subjecting it to STRING_MULTIBYTE.
Be more consistent about using AREF in the neighborhood,
to help prevent this sort of problem from recurring.
src/lread.c