diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-03 22:50:52 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-03 22:50:52 +0000 |
commit | 60b2d8d2c8bf9e1bb3f34a3b16b272c2539a6318 (patch) | |
tree | 28a3e4396e8b8c69b51c793fb16198002272f894 /sysklogd/syslogd.c | |
parent | c97ec34370f66771713809ab7da19b7fe923cffe (diff) | |
download | busybox-60b2d8d2c8bf9e1bb3f34a3b16b272c2539a6318.tar.gz |
if strlen(s) was 0, it would then end up using s[-1] as an array index. Bad,
bad, bad. This was crashing the shell on powerpc boxes, though all other archs
seem to have a much more forgiving malloc implementations. I finally found
this bug using electric-fence on a powerpc box.
-Erik
Diffstat (limited to 'sysklogd/syslogd.c')
0 files changed, 0 insertions, 0 deletions