Re: [libvirt] [PATCHv3 1/6] DO NOT APPLY UPSTREAM: Close callback race corruption crash reproducer.

2013-04-01 Thread Eric Blake
On 03/31/2013 10:20 AM, Peter Krempa wrote: --- src/remote/remote_driver.c | 5 + src/rpc/virnetclient.c | 9 - 2 files changed, 13 insertions(+), 1 deletion(-) While I agree that this must not be applied upstream, I applied it locally and was indeed able to more reliably

[libvirt] [PATCHv3 1/6] DO NOT APPLY UPSTREAM: Close callback race corruption crash reproducer.

2013-03-31 Thread Peter Krempa
--- src/remote/remote_driver.c | 5 + src/rpc/virnetclient.c | 9 - 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index 885120e..711143a 100644 --- a/src/remote/remote_driver.c +++