diff options
author | Reshetova, Elena <[email protected]> | 2017-07-04 15:53:24 +0300 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-07-04 22:35:18 +0100 |
commit | 6871584a5e493a9fa3ad330a73966908b082deac (patch) | |
tree | b748fdcf8572c718fb270788b1fcba2041b83c8c /scripts/gdb/linux/proc.py | |
parent | 55eabed60a68e918abc44f6beb64f38cc008b29d (diff) |
net, sctp: convert sctp_auth_bytes.refcnt 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: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions