Displaying 2 results from an estimated 2 matches for "878a6bd".
2017 Nov 14
0
Re: [nbdkit PATCH] nbd: Add new nbd forwarding plugin
...: "Richard W.M. Jones" <rjones@redhat.com>
Date: Tue, 14 Nov 2017 10:15:15 +0000
Subject: [PATCH] ./nbdkit: Don't inherit valgrind from the environment.
Thanks: Eric Blake.
---
nbdkit.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/nbdkit.in b/nbdkit.in
index 167d512..878a6bd 100644
--- a/nbdkit.in
+++ b/nbdkit.in
@@ -103,6 +103,8 @@ fi
# the program under valgrind. This is used by the tests.
if [ "$NBDKIT_VALGRIND" ]; then
valgrind="@VALGRIND@ --vgdb=no --leak-check=full --error-exitcode=119 --suppressions=$s/valgrind-suppressions --trace-childre...
2017 Nov 12
6
[nbdkit PATCH] nbd: Add new nbd forwarding plugin
This is a minimal implementation of an NBD forwarder; it lets us
convert between old and newstyle connections (great if a client
expects one style but the real server only provides the other),
or add TLS safety on top of a server without having to rewrite
that server. Right now, the real server is expected to live
on a named Unix socket, and the transactions are serialized
rather than