From: Ben Hutchings Date: Fri, 22 Jan 2016 19:07:52 +0000 (+0000) Subject: Fix off-by-one in buffer length in int_to_env X-Git-Tag: debian/1.1+git20160131-1~8^2~6 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=commitdiff_plain;h=62968599557ac81b0f811481f6b06886ddcf0cdb;hp=62968599557ac81b0f811481f6b06886ddcf0cdb Fix off-by-one in buffer length in int_to_env We need to allow for '=', negative sign, 10 digits and the null terminator, adding up to 13 bytes not 12. Signed-off-by: Ben Hutchings ---