Date: Tue, 8 Feb 2011 23:08:20 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/hastd proto_uds.c Message-ID: <201102082308.p18N8ftB098383@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2011-02-08 23:08:20 UTC FreeBSD src repository Modified files: sbin/hastd proto_uds.c Log: SVN rev 218464 on 2011-02-08 23:08:20Z by pjd Unlink UNIX domain socket file only if: 1. The descriptor is the one we are listening on (not the one when we connect as a client and not the one which is created on accept(2)). 2. Descriptor was created by us (PID matches with the PID stored on bind(2)). Reported by: Mikolaj Golub <to.my.trociny@gmail.com> MFC after: 1 week Revision Changes Path 1.9 +16 -5 src/sbin/hastd/proto_uds.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102082308.p18N8ftB098383>