X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=inline;f=package%2Fbusybox%2Fpatches%2F430-uniq_memleak.patch;h=48127a57ce52212d2201c389c89f6deb79b7e4f0;hb=9dfc3e34ee54d00b68cc4cbb5cddcfa588fd07fb;hp=51965b583c3a018e57d8da2796c9a49eb5826e96;hpb=2db05e4bbbdf107f2cebdf385af108c77b9748ba;p=openwrt-10.03%2F.git diff --git a/package/busybox/patches/430-uniq_memleak.patch b/package/busybox/patches/430-uniq_memleak.patch index 51965b583..48127a57c 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 @@ int uniq_main(int argc ATTRIBUTE_UNUSED, +@@ -82,6 +82,8 @@ int uniq_main(int argc UNUSED_PARAM, cha if (!s0 || strncmp(e0, e1, max_chars)) { break;