]> git.eshelyaron.com Git - emacs.git/commit
Fix overflow lockup with frames > 255 lines
authorScott Corley <scott@scorley.com>
Mon, 8 Oct 2018 06:21:40 +0000 (23:21 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 8 Oct 2018 06:22:50 +0000 (23:22 -0700)
commit940ae156043c27101759c1577697d3a09d5bc948
tree9dc79fd3ab6bdba58984226bef9f4d92e07532b3
parent14c032d5f8d4ccb608cc906db34ddf17ce465449
Fix overflow lockup with frames > 255 lines

Backport from master.
* 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