From a5570fb5a13b49eaf6f7b3db3d9341b596fdfc38 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Sat, 29 Oct 2005 23:48:05 +1000 Subject: [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. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') 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 -- cgit 1.4.1