fragattacks/src/p2p
Jouni Malinen df2508d7a8 P2P: Check os_get_random() return value more consistently
In theory, this call could fail, so check the return value before using
the received data. These specific cases would not really care much about
the failures, but this keeps the code more consistent and keeps static
analyzer warnings more useful. (CID 72678, CID 72679, CID 72680,
CID 72683, CID 72689, CID 72698, CID 72703)

Signed-off-by: Jouni Malinen <j@w1.fi>
2014-09-13 16:27:52 +03:00
..
Makefile Add CONFIG_CODE_COVERAGE=y option for gcov 2013-11-24 19:16:12 +02:00
p2p_build.c Use P2P_IE_VENDOR_TYPE more consistently 2014-03-05 23:36:54 +02:00
p2p_dev_disc.c P2P: Fix SD and DevDisc to limit maximum wait time per driver support 2014-06-12 10:49:19 +03:00
p2p_go_neg.c P2P: Fix radio work issue with wait-for-peer GO Negotiation 2014-09-09 18:00:42 +03:00
p2p_group.c Add generic mechanism for adding vendor elements into frames 2014-07-07 12:25:09 +03:00
p2p_i.h Add generic mechanism for adding vendor elements into frames 2014-07-07 12:25:09 +03:00
p2p_invitation.c Add generic mechanism for adding vendor elements into frames 2014-07-07 12:25:09 +03:00
p2p_parse.c P2P NFC: Static handover with NFC Tag on client 2014-01-27 21:44:30 +02:00
p2p_pd.c Add generic mechanism for adding vendor elements into frames 2014-07-07 12:25:09 +03:00
p2p_sd.c P2P: Fix SD and DevDisc to limit maximum wait time per driver support 2014-06-12 10:49:19 +03:00
p2p_utils.c P2P: Check os_get_random() return value more consistently 2014-09-13 16:27:52 +03:00
p2p.c P2P: Check os_get_random() return value more consistently 2014-09-13 16:27:52 +03:00
p2p.h P2P: Make unrecognized vendor elements available in P2P_PEER 2014-07-08 15:57:30 +03:00