fragattacks/src
Jouni Malinen 0a11409c00 Fix omac1_aes_128_vector() not to read beyond addr/len array
Previously, it was possible for the loop through the data components to
increment addr/len index at the last position beyond the declared size.
This resulted in reading beyond those arrays. The read values were not
used and as such, this was unlikely to cause noticeable issues, but
anyway, memory checkers can detect this and the correct behavior is to
stop increments before going beyond the arrays since no more bytes will
be processed after this anyway.

Signed-off-by: Jouni Malinen <j@w1.fi>
2014-11-30 15:53:11 +02:00
..
ap Clear WLAN_STA_ASSOC_REQ_OK on AP-initiated deauthentication 2014-11-29 13:31:54 +02:00
common SAE: Fix Anti-Clogging Token request frame format 2014-11-25 16:08:53 +02:00
crypto Fix omac1_aes_128_vector() not to read beyond addr/len array 2014-11-30 15:53:11 +02:00
drivers Add hostapd driver_params config parameter 2014-11-29 13:24:42 +02:00
eap_common IKEv2: Use a bit clearer payload header validation step 2014-11-23 16:37:16 +02:00
eap_peer WPS: Add explicit message length limit of 50000 bytes 2014-11-23 21:03:40 +02:00
eap_server WPS: Add explicit message length limit of 50000 bytes 2014-11-23 21:03:40 +02:00
eapol_auth Add Acct-Multi-Session-Id into RADIUS Accounting messages 2014-10-18 10:38:17 +03:00
eapol_supp WPS: Extend startWhen to 2 if peer AP supports WPS 2.0 2014-10-13 12:24:17 +03:00
l2_packet proxyarp: Do not limit NDISC snoop packet size to 150 2014-11-28 22:41:26 +02:00
p2p P2P: Reinvite with social operation channel if no common channels 2014-11-27 17:55:54 +02:00
pae MACsec: Fix policy configuration 2014-10-30 11:43:47 +02:00
radius RADIUS client: Print a clear debug log entry if socket is not available 2014-11-23 17:41:13 +02:00
rsn_supp Suite B: Select EAPOL-Key integrity and key-wrap algorithms based on AKM 2014-11-16 17:09:11 +02:00
tls TLS client: Check DH parameters using a local variable 2014-11-23 17:48:34 +02:00
utils radiotap: Initialize all members in ieee80211_radiotap_iterator_init() 2014-11-23 21:03:40 +02:00
wps WPS: Add missing device types 2014-10-26 01:24:08 +03:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00