]> git.eshelyaron.com Git - emacs.git/commit
* src/keyboard.c (safe_run_hook_funcall): Fix recent regression
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 8 Sep 2022 20:12:01 +0000 (16:12 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 8 Sep 2022 20:12:01 +0000 (16:12 -0400)
commit15e09908053400815e1b4127fa7a4e1ed9ef6253
tree99601504cbfea2e1c1e24a1a96fa43bd611fe53a
parent112cb751419e4830a036ecabd6a799feb5977455
* src/keyboard.c (safe_run_hook_funcall): Fix recent regression

The mutation of `args` was unsafe because that array was
later reused (and assumed unchanged) by the caller.
https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg00329.html
src/keyboard.c