]> git.eshelyaron.com Git - emacs.git/commit
* Sanitize frame slot access in final
authorAndrea Corallo <akrl@sdf.org>
Tue, 16 Feb 2021 20:41:36 +0000 (21:41 +0100)
committerAndrea Corallo <akrl@sdf.org>
Tue, 16 Feb 2021 20:44:02 +0000 (21:44 +0100)
commit543e6e664cf1f25fd7df04e75ffb582f5c7feab4
tree07f066876328d6c3f59541fdf9a0dbd8f800fa58
parent31416495ad9b2c84473f72ad99e2adc87dd66e5a
* Sanitize frame slot access in final

* src/comp.c (comp_t): Add 'frame_size' field.
(emit_mvar_lval): Add sanity check on frame element access.
(compile_function): Initialize 'comp.frame_size' and
'comp.frame_size'.
src/comp.c