commit | ebeb36670ecac36c179b5fb5d5c88ff03ba191ec | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Mon Mar 13 13:44:20 2017 +0100 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Apr 05 10:34:55 2017 +0300 |
tree | e62aa6404b202eb653a4a327d624fbd0fc0f468b | |
parent | a7595a820b07db9ac0d8f479ff62002bdd32a05a [diff] |
ath9k_htc: fix NULL-deref at probe Make sure to check the number of endpoints to avoid dereferencing a NULL-pointer or accessing memory beyond the endpoint array should a malicious device lack the expected endpoints. Fixes: 36bcce430657 ("ath9k_htc: Handle storage devices") Cc: stable <stable@vger.kernel.org> # 2.6.39+ Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>