aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-02-06 19:01:13 +0000
committerYang Tse <yangsita@gmail.com>2008-02-06 19:01:13 +0000
commit20e9fc73e2c073c49e88b72fb5e07a0bb62b6d9d (patch)
tree977c9ed1b547f6f42cbb916815d07fbc8962329e /CHANGES
parentbad6410d08e77239fd2f4f2f64d6c5d721a5c2b3 (diff)
Fix problem in strdup replacement when dealing with absolutely huge strings.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e4f910471..96fa0af1e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Yang Tse (6 Feb 2008)
+- Fix an issue in strdup replacement function when dealing with absolutely
+ huge strings. Only systems without a standard strdup would be affected.
+
Daniel S (3 Feb 2008)
- Dmitry Kurochkin cleaned up the pipelining code and removed the need for and
use of the "is_in_pipeline" struct field.