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 /option> web frontend for git
about summary refs log tree commit diff
Commit message (Expand)Author
2018-09-11ui-log: ban strncpy()Christian Hesse
2018-09-11ui-log: ban strcpy()Christian Hesse
2018-09-11parsing: ban sprintf()Christian Hesse
2018-09-11parsing: ban strncpy()Christian Hesse
2018-08-28filters: generate anchor links from markdownChristian Hesse
2018-08-03Bump version.Jason A. Donenfeld
2018-08-03clone: fix directory traversalJason A. Donenfeld
2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev