diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-08-10 16:08:36 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-11 08:51:00 -0700 |
commit | 2a8944b63b7249500f1b6b292ce1a87b82699f3d (patch) | |
tree | 5348e6a78379ceccd96e1a19fee143d86a59094a /meta/recipes-connectivity/wpa-supplicant | |
parent | ab9d3c4e2bfb68d3a67a85d5a8e799216103978a (diff) | |
download | openembedded-core-contrib-2a8944b63b7249500f1b6b292ce1a87b82699f3d.tar.gz |
wpa-supplicant: Fix CVE-2015-4142
The original commit "wpa-supplicant: Fix CVE-2015-4142" included the
patch file but didn't apply it into the recipe, so the backport has
not been effective.
Reported-by: Adam Moore <adam.moore@savantsystems.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/wpa-supplicant')
-rw-r--r-- | meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.4.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.4.bb index 0186c2be3db..a124cf21d90 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.4.bb +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.4.bb @@ -24,6 +24,7 @@ SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \ file://wpa_supplicant.conf \ file://wpa_supplicant.conf-sane \ file://99_wpa_supplicant \ + file://0001-AP-WMM-Fix-integer-underflow-in-WMM-Action-frame-par.patch \ file://0001-P2P-Validate-SSID-element-length-before-copying-it-C.patch \ file://0001-WPS-Fix-HTTP-chunked-transfer-encoding-parser.patch \ file://0001-EAP-pwd-peer-Fix-payload-length-validation-for-Commi.patch \ |