[Libguestfs] [nbdkit PATCH v2 0/2] adding nbdkit --run '$uri'

Eric Blake eblake at redhat.com
Wed Jun 26 17:09:41 UTC 2019


Since v1:
- new patch to add uri_quote()
- rebase on top of other recent patches needed while auditing shell_quote()
- use uri_quote() instead of shell_quote() for producing $uri

Eric Blake (2):
  common/utils: Add uri_quote and tests
  captive: Support $uri in --run

 docs/nbdkit-captive.pod    |   8 ++-
 common/utils/utils.h       |   1 +
 common/utils/test-quotes.c | 108 +++++++++++++++++++++++++++++++++++++
 common/utils/utils.c       |  27 ++++++++++
 server/captive.c           |  14 ++++-
 .gitignore                 |   1 +
 common/utils/Makefile.am   |  11 ++++
 7 files changed, 168 insertions(+), 2 deletions(-)
 create mode 100644 common/utils/test-quotes.c

-- 
2.20.1




More information about the Libguestfs mailing list