diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-09-20 10:25:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-09-20 10:25:56 -0400 |
commit | 40288e1e66b82fc0a641afeaad5d102f001f3df1 (patch) | |
tree | 795acd0f011c707fd88a5a596ed645d648517665 /changes | |
parent | 0c0345a3d003a0a52b9334ad559698a220e8b76d (diff) | |
parent | bfa75f70bb5eef7b470068df8bf9e3c7fa88c21a (diff) | |
download | tor-40288e1e66b82fc0a641afeaad5d102f001f3df1.tar tor-40288e1e66b82fc0a641afeaad5d102f001f3df1.tar.gz |
Merge remote-tracking branch 'origin/maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4059 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug4059 b/changes/bug4059 new file mode 100644 index 000000000..82a4b1a10 --- /dev/null +++ b/changes/bug4059 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Change an integer overflow check in the OpenBSD_Malloc code so + that GCC is less likely to eliminate it as impossible. Patch + from Mansour Moufid. Fixes bug 4059. + |