openwrt/package/utils/busybox
Qichao Zhang 34567750db busybox: fix busybox lock applet pidstr buffer overflow
Kernel setting `/proc/sys/kernel/pid_max` can be set up to 4194304 (7
digits) which will cause buffer overflow in busbox lock patch, this
often happens when running in a rootfs container environment.
This commit enlarges `pidstr` to 12 bytes to ensure a sufficient buffer
for pid number and an additional char '\n'.

Signed-off-by: Qichao Zhang <njuzhangqichao@gmail.com>
2022-03-30 18:33:38 +02:00
..
config busybox: update to 1.35.0 2022-01-08 00:49:59 +01:00
files busybox: sysntpd: add trigger to reload server 2021-06-27 23:54:06 +02:00
patches busybox: fix busybox lock applet pidstr buffer overflow 2022-03-30 18:33:38 +02:00
Config-defaults.in busybox: update to 1.35.0 2022-01-08 00:49:59 +01:00
Config.in busybox: add selinux variant 2020-08-23 23:37:08 +01:00
convert_defaults.pl busybox: add a reworked implementation of menuconfig support, this time with a guard option that keeps all symbols at default values until an extra option is activated 2014-01-31 13:50:16 +00:00
convert_menuconfig.pl busybox: adjust convert_menuconfig.pl to emit relative path references for Config.in files and refresh generated files 2016-01-03 11:38:31 +00:00
Makefile busybox: update to 1.35.0 2022-01-08 00:49:59 +01:00
selinux.config busybox: add selinux variant 2020-08-23 23:37:08 +01:00