diff options
author | Martin Willi <martin@revosec.ch> | 2013-07-18 15:13:49 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2013-07-18 15:17:35 +0200 |
commit | 56b753ca04df7f1cdaefc7542c1c6d6940093850 (patch) | |
tree | b34b02f80a9ae4dff0d565bd3fbadb3cd75c8201 | |
parent | 2334ae56e008fbd4b612cdc4f1eb056bb0d888ae (diff) | |
download | strongswan-56b753ca04df7f1cdaefc7542c1c6d6940093850.tar.bz2 strongswan-56b753ca04df7f1cdaefc7542c1c6d6940093850.tar.xz |
NEWS: leak-detective improvements
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -45,6 +45,10 @@ strongswan-5.1.0 disables any optimization, so it should not be enabled when building production releases). +- The leak-detective developer tool has been greatly improved. It works much + faster/stabler with multiple threads, does not use deprecated malloc hooks + anymore and has been ported to OS X. + - chunk_hash() is now based on SipHash-2-4 with a random key. This provides better distribution and prevents hash flooding attacks when used with hashtables. |