diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-09-20 09:56:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-09-20 09:56:26 -0400 |
commit | bfa75f70bb5eef7b470068df8bf9e3c7fa88c21a (patch) | |
tree | ab13f0abcdab40b0eb75812c27fcb166b8eda234 | |
parent | 1ba90ab655fab036f00ba0185ca7b456612a12bd (diff) | |
download | tor-bfa75f70bb5eef7b470068df8bf9e3c7fa88c21a.tar.gz tor-bfa75f70bb5eef7b470068df8bf9e3c7fa88c21a.zip |
changes file for bug 4059
-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 0000000000..82a4b1a10c --- /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. + |