diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-04-07 11:10:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-04-07 11:10:14 -0400 |
commit | 39c057d45a67f9aa80bc05df85ec8deafdb6f46a (patch) | |
tree | cf03c9607a75a34281d1f69841fcd4ea47c2c02e /changes | |
parent | ad4ff7a5b93a9236b6084548798815540ad91cbe (diff) | |
download | tor-39c057d45a67f9aa80bc05df85ec8deafdb6f46a.tar.gz tor-39c057d45a67f9aa80bc05df85ec8deafdb6f46a.zip |
memarea: Don't assume that sizeof(ulong) >= sizeof(void*).
Fixes bug 18716; bugfix on 0.2.1.1-alpha where memarea.c was
introduced. Found by wbenny.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18716 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug18716 b/changes/bug18716 new file mode 100644 index 0000000000..b15a343f4c --- /dev/null +++ b/changes/bug18716 @@ -0,0 +1,4 @@ + o Minor bugfixes (assert, portability): + - Fix an assertion failure in memarea.c on systems where "long" is + shorter than the size of a pointer. + Fixes bug 18716; bugfix on 0.2.1.1-alpha |