aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-07-25 10:27:41 -0400
committerDavid Goulet <dgoulet@torproject.org>2019-07-25 10:27:41 -0400
commit044bb019b6959ce71e5f28ae537890a5860a3678 (patch)
treeec6128ca73717e60530886c3b90253613d59709a /changes
parentcfb15d513dfdd64119d5e2aca94a61256bc2e00e (diff)
parentaf26cd61015a2c127dbcf7e3db91da91adb415f9 (diff)
downloadtor-044bb019b6959ce71e5f28ae537890a5860a3678.tar.gz
tor-044bb019b6959ce71e5f28ae537890a5860a3678.zip
Merge branch 'maint-0.4.1'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug310244
-rw-r--r--changes/bug310273
2 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug31024 b/changes/bug31024
new file mode 100644
index 0000000000..888fb2a26b
--- /dev/null
+++ b/changes/bug31024
@@ -0,0 +1,4 @@
+ o Minor bugfixes (circuitpadding):
+ - Add two NULL checks in unreachable places to silence Coverity (CID 144729
+ and 1447291) and better future proof ourselves. Fixes bug 31024; bugfix
+ on 0.4.1.1-alpha. \ No newline at end of file
diff --git a/changes/bug31027 b/changes/bug31027
new file mode 100644
index 0000000000..dd3ce20b60
--- /dev/null
+++ b/changes/bug31027
@@ -0,0 +1,3 @@
+ o Code simplification and refactoring:
+ - Remove some dead code from circpad_machine_remove_token() to fix some
+ Coverity warnings (CID 1447298). Fixes bug 31027; bugfix on 0.4.1.1-alpha. \ No newline at end of file