diff options
author | Yang Tse <yangsita@gmail.com> | 2008-02-06 19:01:13 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-02-06 19:01:13 +0000 |
commit | 20e9fc73e2c073c49e88b72fb5e07a0bb62b6d9d (patch) | |
tree | 977c9ed1b547f6f42cbb916815d07fbc8962329e /CHANGES | |
parent | bad6410d08e77239fd2f4f2f64d6c5d721a5c2b3 (diff) |
Fix problem in strdup replacement when dealing with absolutely huge strings.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |