openwrt-pf/target/linux/qualcommax
Rosen Penev ec26a78f1e
kernel: fix wrong strlcat call
strlcat takes the total buffer size, not the remaining space.
Passing strlen(cmdline) + l caused it to truncate by one byte
when the appended string fit within the buffer.

This is also more consistent with the rest of the file.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23892
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2026-06-22 11:06:48 +02:00
..
dts treewide: add linux,rootfs to rootfs labeled partitions 2026-06-14 23:58:17 +02:00
files qualcommax: ipq50xx: ess-switch: Remove AHB reset quirk 2026-06-04 22:21:50 +02:00
image qualcommax: ipq50xx: add support for ELECOM WRC-X3000GST2 2026-05-26 18:56:17 +02:00
ipq50xx base-files: support rootfs_data on its own partition 2026-06-16 16:07:48 +02:00
ipq60xx ipq60xx: linksys: add partition selection 2026-04-01 14:20:20 +02:00
ipq807x base-files: support rootfs_data on its own partition 2026-06-16 16:07:48 +02:00
patches-6.12 kernel: fix wrong strlcat call 2026-06-22 11:06:48 +02:00
config-6.12 kernel: 6.12: move CONFIG_CRYPTO_LIB_SHA1 to generic 2026-04-06 01:38:41 +02:00
Makefile