* src/symtab.c (symtab_init): Avoid size_t overflow.
commited312b56396c3e7356d0360da05ef5ced1d12d4d
authorEric Blake <ebb9@byu.net>
Thu, 26 Oct 2006 04:56:32 +0000 (26 04:56 +0000)
committerEric Blake <ebb9@byu.net>
Fri, 21 Sep 2007 21:27:44 +0000 (21 15:27 -0600)
tree2774e88984c2977032cd980ef4efc231c4490911
parent3a0fd1f43378739b510d8b31126eeb28f8a8b315
* src/symtab.c (symtab_init): Avoid size_t overflow.
* 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