diff options
author | Alexander Færøy <ahf@torproject.org> | 2020-07-31 02:03:34 +0000 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2020-07-31 02:03:34 +0000 |
commit | e78a7450a2990a75380885786a5840f15f482131 (patch) | |
tree | 52a1a91f923615bc2d06f4ffa65364e0ff655a09 /changes | |
parent | 3b8bf743ae6eca261dd46cde94371a4cca0c0689 (diff) | |
parent | 4e684c8695e4654d841644fe9c13e70eabd191b9 (diff) | |
download | tor-e78a7450a2990a75380885786a5840f15f482131.tar.gz tor-e78a7450a2990a75380885786a5840f15f482131.zip |
Merge branch 'maint-0.4.2' into maint-0.4.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40076 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug40076 b/changes/bug40076 new file mode 100644 index 0000000000..9ef5969ae8 --- /dev/null +++ b/changes/bug40076 @@ -0,0 +1,5 @@ + o Minor bugfixes (correctness, buffers): + - Fix a correctness bug that could cause an assertion failure if we ever + tried using the buf_move_all() function with an empty input. + As far as we know, no released versions of Tor do this. + Fixes bug 40076; bugfix on 0.3.3.1-alpha. |