projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mac80211: fill some important capabilities into ht_capab in the hostapd config
[openwrt.git]
/
package
/
busybox
/
patches
/
430-uniq_memleak.patch
1
--- a/coreutils/uniq.c
2
+++ b/coreutils/uniq.c
3
@@ -82,6 +82,8 @@ int uniq_main(int argc UNUSED_PARAM, cha
4
5
if (!s0 || strncmp(e0, e1, max_chars)) {
6
break;
7
+ } else {
8
+ free(s1);
9
}
10
11
++dups; /* note: testing for overflow seems excessive. */
This page took
0.044179 seconds
and
5
git commands to generate.