FreeBSD Bugzilla – Attachment 155960 Details for
Bug 199678
security/wpa_supplicant: [PATCH][SECURITY] Patch for P2P SSID processing vuln -- CVE-2015-1863
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Apply upstream patch for CVE-2015-1863 to security/wpa_supplicant
wpa_supplicant-2.4_1.diff (text/plain), 1.25 KB, created by
Jason Unovitch
on 2015-04-25 03:35:15 UTC
(
hide
)
Description:
Apply upstream patch for CVE-2015-1863 to security/wpa_supplicant
Filename:
MIME Type:
Creator:
Jason Unovitch
Created:
2015-04-25 03:35:15 UTC
Size:
1.25 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 384690) >+++ Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= wpa_supplicant > PORTVERSION= 2.4 >+PORTREVISION= 1 > CATEGORIES= security net > MASTER_SITES= http://w1.fi/releases/ > >Index: files/patch-src_p2p_p2p.c >=================================================================== >--- files/patch-src_p2p_p2p.c (revision 0) >+++ files/patch-src_p2p_p2p.c (working copy) >@@ -0,0 +1,10 @@ >+--- src/p2p/p2p.c.orig 2015-04-24 22:44:26 UTC >++++ src/p2p/p2p.c >+@@ -778,6 +778,7 @@ int p2p_add_device(struct p2p_data *p2p, >+ if (os_memcmp(addr, p2p_dev_addr, ETH_ALEN) != 0) >+ os_memcpy(dev->interface_addr, addr, ETH_ALEN); >+ if (msg.ssid && >++ msg.ssid[1] <= sizeof(dev->oper_ssid) && >+ (msg.ssid[1] != P2P_WILDCARD_SSID_LEN || >+ os_memcmp(msg.ssid + 2, P2P_WILDCARD_SSID, P2P_WILDCARD_SSID_LEN) >+ != 0)) { > >Property changes on: files/patch-src_p2p_p2p.c >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 199678
: 155960 |
155961
|
155972