summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-04-14 15:53:17 +1000
committerteor <teor@torproject.org>2020-04-29 22:43:09 +1000
commit587a7fbcf62447c7ade05c57220f1bfe2f3acdc1 (patch)
tree9f945efcdb9a982892c3bbc22ffd7d6bce0dc068 /changes
parentf6c8a8c5387eaf35470f08e9cd9b35f05bdc1057 (diff)
downloadtor-587a7fbcf62447c7ade05c57220f1bfe2f3acdc1.tar.gz
tor-587a7fbcf62447c7ade05c57220f1bfe2f3acdc1.zip
core/or: Check extends for zero addresses and ports
Check for invalid zero IPv4 addresses and ports, when sending and receiving extend cells. Fixes bug 33900; bugfix on 0.2.4.8-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug339003
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug33900 b/changes/bug33900
new file mode 100644
index 0000000000..c1649d2284
--- /dev/null
+++ b/changes/bug33900
@@ -0,0 +1,3 @@
+ o Minor bugfixes (IPv4, relay):
+ - Check for invalid zero IPv4 addresses and ports, when sending and
+ receiving extend cells. Fixes bug 33900; bugfix on 0.2.4.8-alpha.