update dnsmasq to 2.50 (#5784)
[openwrt.git] / package / busybox / patches / 430-uniq_memleak.patch
index df56bf8..48127a5 100644 (file)
@@ -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 UNUSED_PARAM, cha
  
                        if (!s0 || strncmp(e0, e1, max_chars)) {
                                break;
This page took 0.023197 seconds and 4 git commands to generate.