|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
CVS: cvs.openbsd.org: src
From: Stuart Henderson (sthen
cvs.openbsd.org)
Date: Wed May 01 2013 - 04:39:02 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: sthen
cvs.openbsd.org 2013/05/01 03:39:02
Modified files:
usr.sbin/bgpd : Tag: OPENBSD_5_3 session.c
Log message:
MFC: handle ECONNABORTED errors from accept(). In many code blocks they
can be ignored silently and without aborting, much like EINTR and EWOULDBLOCK
are.
This is http://ftp.openbsd.org/pub/OpenBSD/patches/5.3/common/001_bgpd.patch:
"A rare condition during session startup may cause bgpd to replace an
active session leading to unknown consequences. Bug found by inspection
(we do not know how to reproduce it, consider that a challenge)."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]