* src/output.c (make_diversion): Avoid size_t overflow.
commit939dcc1642f4b6222149f98ec81303c40a995343
authorEric Blake <ebb9@byu.net>
Thu, 26 Oct 2006 04:45:30 +0000 (26 04:45 +0000)
committerEric Blake <ebb9@byu.net>
Fri, 21 Sep 2007 21:27:43 +0000 (21 15:27 -0600)
tree3bde55b52e9ce8dca517f8ec4cfcb13c0c4d0918
parent208d4aa00c7f2921270554466afe2ee13a5d26de
* src/output.c (make_diversion): Avoid size_t overflow.
* doc/m4.texinfo (Diversions): Test this fix.
* src/input.c (input_block): Remove unused member.  Reduce size
of struct.
(push_file, pop_input): Avoid useless assignment.
* NEWS: Document the bug fix.
ChangeLog
NEWS
doc/m4.texinfo
src/input.c
src/output.c