[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Marco Pfatschbacher <mpf_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Tue, 9 Sep 2008 09:26:12 -0600 (MDT)
CVSROOT: /cvs
Module name: src
Changes by: mpf_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2008/09/09 09:26:12
Modified files:
sys/netinet : tcp_input.c
Log message:
The pf state to pcb linking code change didn't account for the
TIME_WAIT socket recycling code to redo the pcb lookup w/out
resetting the inp pointer. Therefore we used the stale pcb,
which leads us to reply with a RST to SYNs received on TIME_WAIT
sockets. Also move the findpcb label below the pf pcb cache lookup,
to avoid using a stale pcb when the caching code gets activated.
OK markus@, henning@
Visit your host, monkey.org