From bb3f74e66bd9df94ce9d1949164348efac728ea9 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 3 Jul 2017 11:20:09 -0400 Subject: Fix assertion failure related to openbsd strtol(). Fixes bug 22789; bugfix on 0.2.3.8-alpha. --- changes/bug22789 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/bug22789 (limited to 'changes') diff --git a/changes/bug22789 b/changes/bug22789 new file mode 100644 index 0000000000..dc9fa29811 --- /dev/null +++ b/changes/bug22789 @@ -0,0 +1,6 @@ + o Major bugfixes (openbsd, denial-of-service): + - Avoid an assertion failure bug affecting our implementation of + inet_pton(AF_INET6) on certain OpenBSD systems whose strtol() + handling of "0xfoo" differs from what we had expected. + Fixes bug 22789; bugfix on 0.2.3.8-alpha. + -- cgit v1.2.3-54-g00ecf