mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
4417ac880a
malloc_options needs to be declared extern (and declaring it extern means we need to initialize it separately) Fixes bug 29145; bugfix on 0.2.9.3-alpha Signed-off-by: Kris Katterjohn <katterjohn@gmail.com>
4 lines
184 B
Plaintext
4 lines
184 B
Plaintext
o Minor bugfixes (compilation, testing):
|
|
- Silence a compiler warning in test-memwipe.c on OpenBSD. Fixes
|
|
bug 29145; bugfix on 0.2.9.3-alpha. Patch from Kris Katterjohn.
|