diff options
| author | Elena Reshetova <[email protected]> | 2017-03-28 11:56:43 +0300 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2017-05-22 18:24:18 +0300 |
| commit | 0aeffa7041d84976432e903cb04e8d7b0edf31ed (patch) | |
| tree | b24cce6cd5a24a24a3728302b02583a53846a0ef /tools/perf/scripts/python | |
| parent | 552aa585faff19ceead7aa840d4ce11830ce34a9 (diff) | |
orinoco_usb: convert request_context.refcount from atomic_t to refcount_t
refcount_t type and corresponding API should be
used instead of atomic_t when the variable is used as
a reference counter. This allows to avoid accidental
refcounter overflows that might lead to use-after-free
situations.
Signed-off-by: Elena Reshetova <[email protected]>
Signed-off-by: Hans Liljestrand <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
Signed-off-by: David Windsor <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions