diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2005-10-29 23:48:05 +1000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2005-10-29 23:48:05 +1000 |
commit | a5570fb5a13b49eaf6f7b3db3d9341b596fdfc38 (patch) | |
tree | 833c12104854fb8cd7b584376661be77d48ac307 /ChangeLog | |
parent | [SYSTEM] Added out-of-line ctypes functions for klibc (diff) | |
download | dash-a5570fb5a13b49eaf6f7b3db3d9341b596fdfc38.tar.gz dash-a5570fb5a13b49eaf6f7b3db3d9341b596fdfc38.zip |
[SYSTEM] Fixed fallback stpcpy implementation
The implementation has an off-by-one bug. This results in random memory corruption. In one particular case, it caused certain bits of a function body to go missing.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 63dcd87..55efaf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,7 @@ * Added dummy sysconf implementation. * Include system.h for stpcpy in nodes.c. * Added out-of-line ctypes functions for klibc. + * Fixed fallback stpcpy implementation. 2005-10-26 Herbert Xu <herbert@gondor.apana.org.au> |