CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2022/01/23 14:44:31
Modified files: sys/netinet : tcp_var.h Log message: 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@