aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-24 19:43:04 +0000
committerlloyd <[email protected]>2008-11-24 19:43:04 +0000
commitbcb9f54aa29d904badaea48d1cb1adc9f0226f80 (patch)
tree07790ed2f4ac43311ffb7ee5bc169c6cfa8a9b3b /doc
parent933109a0e5a6c86c71487165e295c1134c1063f1 (diff)
Mention integer overflow being fixed
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 01604bfb2..3b9c3f427 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -4,6 +4,7 @@
- Wrap private structs in SSE2 SHA-1 code in anonymous namespace
- Fix warning in /proc walking entropy poller
- Make configure.pl's CPU autodetection output consistent
+ - Avoid integer overflow in Pooling_Allocator::get_more_core (bug id #27)
* 1.7.23, 2008-11-23
- By default use TR1 (thus enabling ECDSA) with GCC and ICC