From: Eric S. Raymond Date: Tue, 20 Jun 2017 11:20:03 +0000 (-0400) Subject: Fix off-by-one error that enabled the fuzzer to find a crash hole. X-Git-Tag: 1.1~202 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=018ca9ae373090cf8ed94d577232b8b02759f4c6;hp=018ca9ae373090cf8ed94d577232b8b02759f4c6;p=open-adventure.git Fix off-by-one error that enabled the fuzzer to find a crash hole. One has to allocate space for the trailing NUL, too. ---