]> git.eshelyaron.com Git - emacs.git/commit
Fix possible null pointer access
authorGerd Möllmann <gerd@gnu.org>
Sun, 18 Sep 2022 05:44:23 +0000 (07:44 +0200)
committerGerd Möllmann <gerd@gnu.org>
Sun, 18 Sep 2022 05:44:23 +0000 (07:44 +0200)
commit117795a0594d1b4fc1c267311d789b0255ac6291
tree5f0bed32527353ce669d51f8310bbfccc28b8f5f
parent2f08c85d52fb1b7ef92a97bcc93a1997b4d02384
Fix possible null pointer access

* src/term.c (Ftty__output_buffer_size): Handle case of
decode_tty_terminal returning NULL.
src/term.c