Fix off-by-one error that enabled the fuzzer to find a crash hole.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 20 Jun 2017 11:20:03 +0000 (07:20 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 20 Jun 2017 11:20:03 +0000 (07:20 -0400)
One has to allocate space for the trailing NUL, too.


No differences found