Displaying 2 results from an estimated 2 matches for "to_tsval".
2005 May 20
1
Possible PAWS security vulnerability
...F_TS) != 0 &&
SEQ_LEQ(th->th_seq, tp->last_ack_sent)) {
+ if (SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen
+
+ ((thflags & (TH_SYN|TH_FIN)) != 0)))
+ tp->ts_recent = to.to_tsval;
+ else
+ tp->ts_recent = 0;
tp->ts_recent_age = ticks;
tp->ts_recent = to.to_tsval;
}
After I basically let Ted know that I wouldn't know how to test the
patch, becau...
2006 Apr 11
2
FreeBSD 6.0 panics - sbdrop
...tlen = 0
off = 32
drop_hdrlen = 52
tp = (struct tcpcb *) 0xc20538fc
thflags = 16
so = (struct socket *) 0xc20ac9bc
todrop = 69
acked = 69
ourfinisacked = 0
needoutput = 0
tiwin = 5840
to = {to_flags = 1, to_tsval = 973977367, to_tsecr = 80518898,
to_mss = 0, to_requested_s_scale = 0 '\0', to_nsacks = 0 '\0',
to_sacks = 0x0}
headlocked = 0
rstreason = 69
ip6 = (struct ip6_hdr *) 0x0
isipv6 = 0
#6 0xc0740147 in ip_input (m=0xc1c09100)
at /usr/src/sys/...