hostap/src
Jouni Malinen a5a2f252cb AP: Avoid undefined behavior in pointer arithmetic in IE parsing
Reorder terms in a way that no invalid pointers are generated with
pos+len operations. end-pos is always defined (with a valid pos pointer)
while pos+len could end up pointing beyond the end pointer which would
be undefined behavior.

Signed-off-by: Jouni Malinen <j@w1.fi>
2015-10-25 15:34:59 +02:00
..
ap AP: Avoid undefined behavior in pointer arithmetic in IE parsing 2015-10-25 15:34:59 +02:00
common Avoid undefined behavior in pointer arithmetic in IE parsing 2015-10-24 21:43:54 +03:00
crypto tests: Add TEST_FAIL() condition to omac1_aes_vector() 2015-10-17 20:40:36 +03:00
drivers nl80211: Disable 11b rates for P2P (additional cases) 2015-10-14 23:57:53 +03:00
eap_common EAP-GPSK: Check HMAC-SHA256 result in GKDF and MIC 2015-10-17 20:40:01 +03:00
eap_peer EAP-IKEv2 peer: Avoid undefined behavior in pointer arithmetic 2015-10-24 21:43:54 +03:00
eap_server EAP-IKEv2 server: Avoid undefined behavior in pointer arithmetic 2015-10-24 21:43:54 +03:00
eapol_auth Remove unreachable PMKSA cache entry addition on Access-Accept 2015-10-14 18:43:26 +03:00
eapol_supp Add build option to remove all internal RC4 uses 2015-08-02 16:52:56 +03:00
fst FST: Mark fst_ies buffer const 2015-08-03 17:40:30 +03:00
l2_packet tests: Add eapol-fuzzer 2015-04-22 11:44:19 +03:00
p2p P2P: Avoid undefined behavior in pointer arithmetic 2015-10-24 21:43:54 +03:00
pae MACsec: Update protect frames and replay on reauthentication 2014-12-09 16:56:10 +02:00
radius RADIUS: Avoid undefined behavior in pointer arithmetic 2015-10-25 15:34:59 +02:00
rsn_supp RSN: Avoid undefined behavior in pointer arithmetic 2015-10-25 15:34:59 +02:00
tls TLS: Avoid undefined behavior in pointer arithmetic 2015-10-25 15:34:59 +02:00
utils Portability fixes for FreeBSD - os_fdatasync() 2015-10-15 16:14:30 +03:00
wps WPS: Avoid undefined behavior in pointer arithmetic 2015-10-18 11:37:47 +03:00
lib.rules Add QUIET=1 option for make 2014-12-29 15:49:05 +02:00
Makefile FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00