]> git.eshelyaron.com Git - emacs.git/commit
Fix overflow lockup with frames > 255 lines
authorScott Corley <scott@scorley.com>
Sun, 7 Oct 2018 07:10:29 +0000 (00:10 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 7 Oct 2018 07:11:48 +0000 (00:11 -0700)
commitee3f4698704c26c503064e15ad7a75b7d693b1e4
tree594bf3c3b27719df1b827073a9d972067cb79cac
parent3cc452327eff056f17637566aaf05a877e61d69a
Fix overflow lockup with frames > 255 lines

* src/scroll.c (struct matrix_elt): Change unsigned char fields to
int to handle frames with more than 255 lines (Bug#32951).
Copyright-paperwork-exempt: yes
src/scroll.c