ascii: Avoid buffer overread outputting page longer than allocated lines.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 11 Oct 2019 04:32:31 +0000 (04:32 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 30 Oct 2019 22:41:21 +0000 (22:41 +0000)
commit3e7375959ad4c954b165a0b367657702bfaf70fc
tree0ba5c92a3ade5d6707f37c5de41d97018d16a426
parent424f384ee9914fe656fa28fb272f7d8d191cb97d
ascii: Avoid buffer overread outputting page longer than allocated lines.

This does seem like an odd case but I triggered it at one point and it
costs little to check for it.
src/output/ascii.c