projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add optional driver for the hw watchdog on gateworks avila boards (requires soldering...
[openwrt.git]
/
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
df56bf8
..
51965b5
100644
(file)
--- 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;
This page took
0.021074 seconds
and
4
git commands to generate.