mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 21:31:51 +00:00
2c6b41812f
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.