hostap/src
Daisuke Niwa 4da91881cb P2P: Fix memory size for os_memmove() in p2p_check_pref_chan()
'sizeof' was not used with os_memmove() for an integer array. This lead
to an issue with part of the preferred channel list not being used.

Fixes: 79329ae0aa ("P2P: Verify local driver preferred frequencies for P2P use cases")
Signed-off-by: Daichi Ueura <daichi.ueura@sony.com>
2019-06-26 20:22:33 +03:00
..
ap nl80211: Add driver multi iftype HE capability parsing 2019-06-23 18:03:51 +03:00
common Add a QCA vendor attr to disable auto resume beacon reporting 2019-06-05 23:10:56 +03:00
crypto OpenSSL: Send cert event for the peer even on CA cert failure 2019-06-20 23:44:51 +03:00
drivers mesh: Add support for HE mode 2019-06-23 18:03:51 +03:00
eap_common tests: New style fuzzing tool for EAP-SIM peer processing 2019-06-02 16:42:41 +03:00
eap_peer Pass full struct to peer certificate callbacks 2019-06-14 23:10:50 +03:00
eap_server More forceful clearing of stack memory with keys 2019-05-26 16:11:56 +03:00
eapol_auth
eapol_supp Pass full struct to peer certificate callbacks 2019-06-14 23:10:50 +03:00
fst
l2_packet
p2p P2P: Fix memory size for os_memmove() in p2p_check_pref_chan() 2019-06-26 20:22:33 +03:00
pae mka: Avoid memory leak in unexpected case in RECEIVE 2019-04-15 22:50:06 +03:00
radius RADIUS server: Add EAP-Key-Name into Access-Accept 2019-06-03 20:27:44 +03:00
rsn_supp More forceful clearing of stack memory with keys 2019-05-26 16:11:56 +03:00
tls libtommath: Make sure fast_s_mp_mul_digs initializes the W[] array 2019-06-22 18:56:44 +03:00
utils More forceful clearing of stack memory with keys 2019-05-26 16:11:56 +03:00
wps WPS: Fix a typo in a comment (use full WPA2-Personal name) 2019-06-26 20:01:34 +03:00
lib.rules tests: Fix CFLAGS passing for new fuzzing tools 2019-06-11 06:34:19 +03:00
Makefile