commit | 1f0f1bd4b603f647316e9f648236f88efa9d41bf | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Fri Dec 14 18:42:51 2018 +0900 |
committer | Tom Rini <trini@konsulko.com> | Sat Dec 15 11:49:19 2018 -0500 |
tree | 7ddb9614cc950de13d1b51c3b0cdb08d8a081d01 | |
parent | 57816e00ca4000f28714612b8aa7ec90d4e53367 [diff] |
hashtable: fix length calculation in hexport_r The commit below incorrectly fixed hexport_r(); > size = totlen + 1; One extra byte is necessary to NULL-terminate a whole buffer, "resp." Fixes: f1b20acb4a03 ("hashtable: Fix length calculation in hexport_r") Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>