diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-05-31 00:07:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-05-31 00:07:52 -0400 |
commit | ffc21b653f08e3826867c14d44d6543d262bb417 (patch) | |
tree | 7e7bfcd648f0ac2180663c11cc852795b60de39f /changes | |
parent | fe68a80f8f1e687d9e3dcdf6dfc5d0a8f3524335 (diff) | |
parent | 3a9351b57e528b1d0bd2e72bcf78db7c91b2ff8f (diff) | |
download | tor-ffc21b653f08e3826867c14d44d6543d262bb417.tar.gz tor-ffc21b653f08e3826867c14d44d6543d262bb417.zip |
Merge remote-tracking branch 'origin/maint-0.2.2'
(For bug 5969 fix)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5969_022 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug5969_022 b/changes/bug5969_022 new file mode 100644 index 0000000000..57c8744267 --- /dev/null +++ b/changes/bug5969_022 @@ -0,0 +1,7 @@ + o Minor bugfixes + - Fix a build warning with Clang 3.1 related to our use of vasprint. + Fix for bug 5969. Bugfix on 0.2.2.11-alpha. + + o Compilation improvements: + - Tell GCC and Clang to check for any errors in format strings passed + to the tor_v*(print|scan)f functions. |