Explorar o código

busybox: remove uniq memleak patch, applet was fixed upstream in v1.15.2 (closes: #6354)

SVN-Revision: 18778
Nicolas Thill %!s(int64=16) %!d(string=hai) anos
pai
achega
03ab02cde7
Modificáronse 1 ficheiros con 0 adicións e 11 borrados
  1. 0 11
      package/busybox/patches/430-uniq_memleak.patch

+ 0 - 11
package/busybox/patches/430-uniq_memleak.patch

@@ -1,11 +0,0 @@
---- a/coreutils/uniq.c
-+++ b/coreutils/uniq.c
-@@ -82,6 +82,8 @@ int uniq_main(int argc UNUSED_PARAM, cha
- 
- 			if (!s0 || strncmp(e0, e1, max_chars)) {
- 				break;
-+			} else {
-+				free(s1);
- 			}
- 
- 			free((char*)s1);