diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-07 10:51:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-07 10:51:25 -0400 |
commit | b47249e0bb6a8ef0f29f775352d1238b7133b938 (patch) | |
tree | d12dba68d7a4c40f796243ee51def208d0dcbe8b | |
parent | 0ee15c92d5486fc73ba49dea7f12bf2f89012cfb (diff) | |
download | tor-b47249e0bb6a8ef0f29f775352d1238b7133b938.tar.gz tor-b47249e0bb6a8ef0f29f775352d1238b7133b938.zip |
Mention TROVE-2017-007 in changes file for 22789
-rw-r--r-- | changes/bug22789 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changes/bug22789 b/changes/bug22789 index dc9fa29811..a653592848 100644 --- a/changes/bug22789 +++ b/changes/bug22789 @@ -2,5 +2,6 @@ - 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. + Fixes bug 22789; bugfix on 0.2.3.8-alpha. Also tracked as + TROVE-2017-007. |