fragattacks/src
Jouni Malinen 0ae7b08691 Work around some gcc 4.4 strict-aliasing warnings
gcc 4.4 ends up generating strict-aliasing warnings about some very common
networking socket uses that do not really result in a real problem and
cannot be easily avoided with union-based type-punning due to struct
definitions including another struct in system header files. To avoid having
to fully disable strict-aliasing warnings, provide a mechanism to hide the
typecast from aliasing for now. A cleaner solution will hopefully be found
in the future to handle these cases.
2009-11-04 19:49:14 +02:00
..
common Add AP mode WPA status into ctrl_iface 2009-10-16 18:35:45 +03:00
crypto Move shared MD5/SHA-1 internal definitions into header files 2009-10-17 12:55:12 +03:00
drivers Work around some gcc 4.4 strict-aliasing warnings 2009-11-04 19:49:14 +02:00
eap_common Pass digest return value to CHAP/MSCHAPv2 caller 2009-08-16 18:38:35 +03:00
eap_peer Fix dbus build without EAP 2009-10-22 11:11:53 -07:00
eap_server Fix EAP-AKA server build without EAP-SIM 2009-10-11 22:23:05 +03:00
eapol_supp Move RC4 into crypto.h as a replaceable crypto function 2009-08-16 20:13:14 +03:00
hlr_auc_gw Add root .gitignore file to cleanup ignore lists 2009-06-29 21:47:19 +03:00
l2_packet Work around some gcc 4.4 strict-aliasing warnings 2009-11-04 19:49:14 +02:00
radius radius_server: clean up completed sessions sooner 2009-09-09 23:54:03 +03:00
rsn_supp Add AP mode WPA status into ctrl_iface 2009-10-16 18:35:45 +03:00
tls Move PKCS# {1,5,8} functionality into separate files 2009-10-17 12:48:55 +03:00
utils Work around some gcc 4.4 strict-aliasing warnings 2009-11-04 19:49:14 +02:00
wps Work around some gcc 4.4 strict-aliasing warnings 2009-11-04 19:49:14 +02:00
Makefile Improved 'make install' (use BINDIR/LIBDIR, install shared objects) 2009-02-15 14:22:50 +02:00