From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-2?Q?Josef_Li=B9ka?= Subject: regression in libxenstore - leaks 2 pipes and 1 socket Date: Wed, 10 Nov 2010 15:11:37 +0100 Message-ID: <4CDAA819.2050901@chl.cz> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------040608090807020502070804" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------040608090807020502070804 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: quoted-printable Hi, i have submitted bug 1686 with trivial one line patch. Please feel free to ask any questions, and in case of no questions,=20 please apply it to HEAD. http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=3D1686 --=20 Best regards Josef Li=B9ka CHL | system care Telefon: +420.272048055 Fax: +420.272048064 Mobil: +420.776026526 denn=EC 9:00 - 17:30 Jabber: jl@chl.cz https://www.chl.cz/ --------------040608090807020502070804 Content-Type: text/x-patch; name="close_pipes.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="close_pipes.patch" --- tools/xenstore/xs.c.orig 2010-11-10 13:18:05.000000000 +0000 +++ tools/xenstore/xs.c 2010-11-10 13:18:31.000000000 +0000 @@ -285,6 +285,7 @@ mutex_unlock(&h->request_mutex); mutex_unlock(&h->reply_mutex); mutex_unlock(&h->watch_mutex); + close_fds_free(h); } static bool read_all(int fd, void *data, unsigned int len) --------------040608090807020502070804 Content-Type: text/x-vcard; charset=utf-8; name="jl.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="jl.vcf" begin:vcard fn;quoted-printable:Josef Li=C5=A1ka n;quoted-printable:Li=C5=A1ka;Josef org;quoted-printable:CHL po=C4=8D=C3=ADta=C4=8De, s.r.o. adr;quoted-printable:;;Karla Majera 93;V=C5=A1enory;;25231;Czech Republic email;internet:jl@chl.cz title:root tel;fax:(+420) 272 048 064 tel;cell:(+420) 776 026 526 note;quoted-printable:jabber: jl@chl.cz=0D=0A= url:https://www.chl.cz version:2.1 end:vcard --------------040608090807020502070804 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------040608090807020502070804--