diff options
author | Niels Dossche <[email protected]> | 2022-02-23 14:19:56 +0100 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2022-02-24 09:10:23 -0800 |
commit | 6c0d8833a605e195ae219b5042577ce52bf71fff (patch) | |
tree | 2d598899295e7c4f956902539bcec566df92a121 /scripts/gdb/linux | |
parent | 7ff57e98fb78ad94edafbdc7435f2d745e9e6bb5 (diff) |
ipv6: prevent a possible race condition with lifetimes
valid_lft, prefered_lft and tstamp are always accessed under the lock
"lock" in other places. Reading these without taking the lock may result
in inconsistencies regarding the calculation of the valid and preferred
variables since decisions are taken on these fields for those variables.
Signed-off-by: Niels Dossche <[email protected]>
Reviewed-by: David Ahern <[email protected]>
Signed-off-by: Niels Dossche <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions