]> git.eshelyaron.com Git - emacs.git/commit
Fix out-of-bounds access in xdisp.c
authorEli Zaretskii <eliz@gnu.org>
Sun, 5 Dec 2021 15:34:05 +0000 (17:34 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 5 Dec 2021 15:34:05 +0000 (17:34 +0200)
commit509dec902c45bc11cd8ff6664795b471d451742c
tree4b53a6a6d16d40ffef5afa1a089ac5327caf4019
parent622550f7187f5ec9261a0d30b5ee6f440069a1e0
Fix out-of-bounds access in xdisp.c

* src/xdisp.c (produce_stretch_glyph): Avoid indexing it->stack
with a negative index.  Reported by Po Lu <luangruo@yahoo.com>.
src/xdisp.c