diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-07-30 14:35:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-30 14:35:06 -0400 |
commit | 4c810a6abe8817be07390d1bcbd8f25ef4ad826a (patch) | |
tree | 6fdf958e97880d0def6c4c56be673152879c8d1b /changes | |
parent | 155e0dee49ad041707b8bc498d8fb6a82103800b (diff) | |
parent | b4400e2093f68e349464eacd7dbe44cebf8d5c71 (diff) | |
download | tor-4c810a6abe8817be07390d1bcbd8f25ef4ad826a.tar.gz tor-4c810a6abe8817be07390d1bcbd8f25ef4ad826a.zip |
Merge branch 'bug40076_044'
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. |