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
..
2022-01-08 00:49:59 +01:00
2022-01-08 00:49:59 +01:00
2020-08-23 23:37:08 +01:00
2022-01-08 00:49:59 +01:00
2020-08-23 23:37:08 +01:00