diff options
author | cypherpunks <cypherpunks@torproject.org> | 2018-09-21 04:57:26 +0000 |
---|---|---|
committer | cypherpunks <cypherpunks@torproject.org> | 2018-09-21 04:57:26 +0000 |
commit | db89b4b1527103455e1bd85839a88d614a402354 (patch) | |
tree | b0d0089d7cb10449511ca0e65490ffd617db676f /changes | |
parent | 75b95e1c8e28e1136b5bc98fd89321e478f4b836 (diff) | |
download | tor-db89b4b1527103455e1bd85839a88d614a402354.tar.gz tor-db89b4b1527103455e1bd85839a88d614a402354.zip |
rust/protover: fix null deref in protover_all_supported()
Fortunately with the current callers it couldn't happen in practice.
Fix on d1820c1516a31a149fc51a9e5126bf899e4c4e08.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27804 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug27804 b/changes/bug27804 new file mode 100644 index 0000000000..fa7fec0bc5 --- /dev/null +++ b/changes/bug27804 @@ -0,0 +1,3 @@ + o Minor bugfixes (rust): + - Fix a potential null dereference in protover_all_supported(). + Add a test for it. Fixes bug 27804; bugfix on 0.3.3.1-alpha. |