X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ac2d02c3e08c4c3d62859bffb4dd3bb891b3d5c6..abaf2ffdcf152689802d935daaef57481b3092dc:/package/busybox/patches/430-uniq_memleak.patch diff --git a/package/busybox/patches/430-uniq_memleak.patch b/package/busybox/patches/430-uniq_memleak.patch index df56bf810..51965b583 100644 --- a/package/busybox/patches/430-uniq_memleak.patch +++ b/package/busybox/patches/430-uniq_memleak.patch @@ -1,6 +1,6 @@ --- a/coreutils/uniq.c +++ b/coreutils/uniq.c -@@ -82,6 +82,8 @@ +@@ -82,6 +82,8 @@ int uniq_main(int argc ATTRIBUTE_UNUSED, if (!s0 || strncmp(e0, e1, max_chars)) { break;