commit | 151c9e16989715c2a95d8df42614bccfdd4495b0 | [log] [tgz] |
---|---|---|
author | Peng Xu <pxu@qti.qualcomm.com> | Wed Oct 04 14:39:09 2017 -0700 |
committer | Jouni Malinen <jouni@qca.qualcomm.com> | Thu Oct 12 00:24:38 2017 +0300 |
tree | 3e8b77ea94261040e43de58e1710375014283a42 | |
parent | 40cbba392f68cb4e560a7d609bcf6b5af6e964ce [diff] |
sta_send_frame: Reject operation without the required DestIP argument The previous implementation would have ended up using uninitialized taddr.sin_addr in the injected frame if the argument were missing. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>