diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-13 08:27:28 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-13 08:27:28 -0500 |
commit | 15c99be9637fd6c3dfc9f45a24fd06054dffd140 (patch) | |
tree | 563c168feafd0ceec8d5254553af9d40cc6560a1 /changes | |
parent | c079be8c7d73110577ef5d16cc7e40d9789627ef (diff) | |
parent | 54d1a2d80537e9f9a90dcca18c9e616f73809f58 (diff) | |
download | tor-15c99be9637fd6c3dfc9f45a24fd06054dffd140.tar.gz tor-15c99be9637fd6c3dfc9f45a24fd06054dffd140.zip |
Merge branch 'maint-0.3.3' into release-0.3.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug28413 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug28413 b/changes/bug28413 new file mode 100644 index 0000000000..4c88bea7e7 --- /dev/null +++ b/changes/bug28413 @@ -0,0 +1,4 @@ + o Minor bugfixes (compilation): + - Initialize a variable in aes_new_cipher(), since some compilers + cannot tell that we always initialize it before use. Fixes bug 28413; + bugfix on 0.2.9.3-alpha. |