]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix the line-resizing bug in scroll(). (Thanks to RDB for pointing
authorSimon Tatham <anakin@pobox.com>
Thu, 17 May 2001 08:53:13 +0000 (08:53 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 17 May 2001 08:53:13 +0000 (08:53 +0000)
commitaca29ffb7b2dfb503afb4217ce9587aed1d7b5b7
tree62f369d461a62cd7bab577b7ff6e69c94d59b802
parent2aad72ab3ebac31894448595a9f29291a2cd0761
Fix the line-resizing bug in scroll(). (Thanks to RDB for pointing
it out. A line was removed from the scrollback, cleared, and placed
at the bottom of the screen. Fine, except that the clearing process
assumed the line was the right length already, and thanks to lazy
resizing this wasn't necessarily the case. Segfaults and memory
corruption ensued.)

[originally from svn r1129]
terminal.c