All of lore.kernel.org
 help / color / mirror / Atom feed
* regression in libxenstore - leaks 2 pipes and 1 socket
@ 2010-11-10 14:11 Josef Liška
  2010-11-19 18:42 ` Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Josef Liška @ 2010-11-10 14:11 UTC (permalink / raw)
  To: xen-devel

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: regression in libxenstore - leaks 2 pipes and 1 socket
  2010-11-10 14:11 regression in libxenstore - leaks 2 pipes and 1 socket Josef Liška
@ 2010-11-19 18:42 ` Ian Jackson
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2010-11-19 18:42 UTC (permalink / raw)
  To: Josef Li¹ka; +Cc: xen-devel

Josef Li¹ka writes ("[Xen-devel] regression in libxenstore - leaks 2 pipes and 1 socket"):
> 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

Thanks, but this patch doesn't apply to xen-unstable nor to
4.0-testing and the bug it is trying to fix doesn't seem in either
tree.

Ian.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-19 18:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-10 14:11 regression in libxenstore - leaks 2 pipes and 1 socket Josef Liška
2010-11-19 18:42 ` Ian Jackson

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.