commit | 2c6b41812febab045917c0be15ff8427191df0f4 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon Sep 12 19:16:11 2005 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon Sep 12 19:16:11 2005 +0000 |
tree | e322ed65b42b49480394456ef8e850f24507c3c5 | |
parent | b1fe4621169b2a7f2eea966932703596583a37b6 [diff] |
Kunihiko IMAI writes: We're using busybox and thank the authors. I found a short buffer allocation at busybox/sysklod/syslod.c. It mis-declares length of filenames, seems to forget for '\0' or two column numbered suffix of backup files (ex. messages.10). Here is a patch for the problem. Thanks.