Define all TCP TF_ flags as unsigned numbers. They are stored in
authorbluhm <bluhm@openbsd.org>
Sun, 23 Jan 2022 21:44:31 +0000 (21:44 +0000)
committerbluhm <bluhm@openbsd.org>
Sun, 23 Jan 2022 21:44:31 +0000 (21:44 +0000)
commite446fa2bdd4cbfc3042d26ee9a688f73eb2e8833
tree2978c60c61277acc83b036f6e330813f28eae795
parent451e92fbcc41f174205df52bfb73f5cb616cc522
Define all TCP TF_ flags as unsigned numbers.  They are stored in
u_int t_flags.  Shifting TF_TIMER with TCPT_DELACK can touch the
sign bit.
found by kubsan; suggested by deraadt@; OK miod@
sys/netinet/tcp_var.h