diff options
| author | Eric Dumazet <edumazet@google.com> | 2017-03-22 11:30:21 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-03-22 11:30:21 +0000 |
| commit | f0a80cb8a7f23e8d1d1cf79480ee93d056a0580b (patch) | |
| tree | 9978b91575a9b4da284087c956254caab9947165 /include/linux | |
| parent | 9cf061bb472f0c1c86143b769f5d8d3bdf5f3143 (diff) | |
| parent | d0ebde92fbeb98eedbfce15cef3c86b652846d25 (diff) | |
dccp: fix use-after-free in dccp_feat_activate_values
am: d0ebde92fb
Change-Id: I80863cbb814b1486069ee311e3f8543c7d34b74a
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/dccp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dccp.h b/include/linux/dccp.h index 61d042bbbf60..68449293c4b6 100644 --- a/include/linux/dccp.h +++ b/include/linux/dccp.h @@ -163,6 +163,7 @@ struct dccp_request_sock { __u64 dreq_isr; __u64 dreq_gsr; __be32 dreq_service; + spinlock_t dreq_lock; struct list_head dreq_featneg; __u32 dreq_timestamp_echo; __u32 dreq_timestamp_time; |
