From c4f2faf3019f2c41f9c3b2b8a73b4fe41e881328 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 13 Feb 2017 09:39:46 -0500 Subject: Don't atoi off the end of a buffer chunk. Fixes bug 20894; bugfix on 0.2.0.16-alpha. We already applied a workaround for this as 20834, so no need to freak out (unless you didn't apply 20384 yet). --- src/test/test_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/test_util.c') diff --git a/src/test/test_util.c b/src/test/test_util.c index fcda564569..dc01d1a94b 100644 --- a/src/test/test_util.c +++ b/src/test/test_util.c @@ -9,6 +9,7 @@ #define CONTROL_PRIVATE #define UTIL_PRIVATE #include "or.h" +#include "buffers.h" #include "config.h" #include "control.h" #include "test.h" -- cgit v1.2.3-54-g00ecf