diff options
author | Lior David <qca_liord@qca.qualcomm.com> | 2017-11-14 08:25:37 -0500 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2017-12-02 09:18:28 -0500 |
commit | 26a6d5274865532502c682ff378ac8ebe2886238 (patch) | |
tree | 8fd4f740718bf940405b6cd5c98b7cfb645608ba /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 144a12a6d83f3ca34ddefce5dee4d502afd2fc5b (diff) |
wil6210: fix length check in __wmi_send
The current length check:
sizeof(cmd) + len > r->entry_size
will allow very large values of len (> U16_MAX - sizeof(cmd))
and can cause a buffer overflow. Fix the check to cover this case.
In addition, ensure the mailbox entry_size is not too small,
since this can also bypass the above check.
Signed-off-by: Lior David <qca_liord@qca.qualcomm.com>
Signed-off-by: Maya Erez <qca_merez@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions