Files
u-boot-sunxi/lib
AKASHI Takahiro 4bca32497c 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: f1b20acb4a ("hashtable: Fix length calculation in hexport_r")
Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
2018-12-15 11:49:19 -05:00
..
2018-12-03 10:44:10 -05:00
2011-01-18 23:38:08 +01:00
2017-04-13 09:41:10 -04:00
2010-09-19 19:29:47 +02:00
2018-06-13 07:49:12 -04:00
2012-04-29 14:14:08 +02:00
2018-09-05 16:02:34 -04:00
2018-11-20 19:14:22 -07:00