v2 of a couple of patches I've posted in the last week, now rolled into one series, fixing a bug triggered by automake 1.15, and adding testsuite coverage (which in turn exposed another recent buggy commit).
Eric Blake (6): build: Silence autogen.sh warnings server: Fix botched strlen computation of error message server: Swap argument order in consume() server: Read client's unknown option length before next option nbd: Test recent bug fixes server: Read client's TLS length data before next option .gitignore | 2 ++ Makefile.am | 1 + configure.ac | 2 +- nbd-server.c | 41 +++++++++++++++++++++++++++++-------- tests/run/Makefile.am | 2 +- tests/run/nbd-tester-client.c | 47 +++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 85 insertions(+), 10 deletions(-) -- 2.7.4 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Nbd-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nbd-general
