From: "Josef Liška" <jl@chl.cz>
To: xen-devel@lists.xensource.com
Subject: regression in libxenstore - leaks 2 pipes and 1 socket
Date: Wed, 10 Nov 2010 15:11:37 +0100 [thread overview]
Message-ID: <4CDAA819.2050901@chl.cz> (raw)
[-- Attachment #1: Type: text/plain, Size: 413 bytes --]
Hi,
i have submitted bug 1686 with trivial one line patch.
Please feel free to ask any questions, and in case of no questions,
please apply it to HEAD.
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1686
--
Best regards
Josef Liška
CHL | system care
Telefon: +420.272048055
Fax: +420.272048064
Mobil: +420.776026526 denně 9:00 - 17:30
Jabber: jl@chl.cz
https://www.chl.cz/
[-- Attachment #2: close_pipes.patch --]
[-- Type: text/x-patch, Size: 332 bytes --]
--- 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)
[-- Attachment #3: jl.vcf --]
[-- Type: text/x-vcard, Size: 402 bytes --]
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
[-- Attachment #4: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
next reply other threads:[~2010-11-10 14:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-10 14:11 Josef Liška [this message]
2010-11-19 18:42 ` regression in libxenstore - leaks 2 pipes and 1 socket Ian Jackson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CDAA819.2050901@chl.cz \
--to=jl@chl.cz \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.