]> git.eshelyaron.com Git - emacs.git/commit
Avoid segfault in command-modes
authorBasil L. Contovounesios <contovob@tcd.ie>
Sat, 4 Sep 2021 16:04:26 +0000 (17:04 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sat, 4 Sep 2021 19:28:31 +0000 (21:28 +0200)
commit534e631b00a3b065016df23aa0f6b7d043e9ed86
tree490c63a115a9b087d4a7370fbf5d181dbae0e53b
parent0fe03c47409ebd702837fc74196d7344a916c495
Avoid segfault in command-modes

* src/data.c (Fcommand_modes): Check that bytecode object is
interactive before accessing its interactive spec to avoid
segfaulting (bug#50376).
src/data.c