projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
brcm47xx: update bcma and ssb to master-2011-07-21
[openwrt.git]
/
package
/
hostapd
/
patches
/
720-fix_wps_pin_crash.patch
1
--- a/hostapd/ctrl_iface.c
2
+++ b/hostapd/ctrl_iface.c
3
@@ -514,6 +514,9 @@ static int hostapd_ctrl_iface_wps_ap_pin
4
char *pos;
5
const char *pin_txt;
6
7
+ if (!hapd->wps)
8
+ return -1;
9
+
10
pos = os_strchr(txt, ' ');
11
if (pos)
12
*pos++ = '\0';
This page took
0.04469 seconds
and
5
git commands to generate.