hostapd/src
Maks Naumov 74d912f134 libtommath: Fix check mp_init_multi() result
If the mp_init_multi() call had failed due to memory allocation failure,
mp_div() would have returned 1 instead of MP_MEM (-2). It looks like all
callers are checking the return value against MP_OKAY instead of <1
(etc.), so this does not seem to result in difference in behavior.
Anyway, it's best to fix the mp_div() return value for the MP_MEM error
case to avoid unexpected behavior.

Signed-off-by: Maks Naumov <maksqwe1@ukr.net>
2015-05-03 16:53:59 +03:00
..
ap Check Public Action length explicitly before reading Action Code 2015-05-03 16:33:08 +03:00
common Declare all read only data structures as const 2015-04-25 17:33:06 +03:00
crypto Declare all read only data structures as const 2015-04-25 17:33:06 +03:00
drivers nl80211: Verify that cipher suite conversion succeeds 2015-04-27 16:49:06 +03:00
eap_common EAP-SAKE: Make attribute parser more readable 2015-05-03 16:32:50 +03:00
eap_peer EAP-SIM/AKA: Explicitly check for header to include Reserved field 2015-05-03 16:33:03 +03:00
eap_server Declare all read only data structures as const 2015-04-25 17:33:06 +03:00
eapol_auth Declare all read only data structures as const 2015-04-25 17:33:06 +03:00
eapol_supp Declare all read only data structures as const 2015-04-25 17:33:06 +03:00
l2_packet tests: Add eapol-fuzzer 2015-04-22 11:44:19 +03:00
p2p WPS: Truncate variable length string attributes to maximum length 2015-04-22 22:05:12 +03:00
pae MACsec: Update protect frames and replay on reauthentication 2014-12-09 16:56:10 +02:00
radius RADIUS: Fix a copy-paste error in variable name 2015-04-29 12:08:27 +03:00
rsn_supp Simplify VHT Capabilities element parsing 2015-04-22 22:05:11 +03:00
tls libtommath: Fix check mp_init_multi() result 2015-05-03 16:53:59 +03:00
utils tests: Add a module test for wpa_ssid_txt() with too long SSID 2015-04-22 11:44:19 +03:00
wps WPS: Add support for 60 GHz band 2015-04-28 00:22:16 +03:00
lib.rules Add QUIET=1 option for make 2014-12-29 15:49:05 +02:00
Makefile MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00