Displaying 2 results from an estimated 2 matches for "9570d9b".
2014 Aug 19
6
[PATCH 0/3] libguestfs: improve OpenSUSE support
Hi,
this series for libguestfs improves the support for OpenSUSE.
There are couple of changes (in testing-only stuff) needed to help
running the tests properly, and an update of the packagelist.
Pino Toscano (3):
builder: do not use xz --block-size for the test images
tests: make the scratch disk used for scratch much larger
appliance: initial packagelist for OpenSUSE
2014 Aug 18
2
[PATCH] daemon: echo-daemon: do not crash on empty string
...reate a new empty array. */
+ out = malloc (sizeof (char *));
+ if (NULL == out) {
+ reply_with_perror ("malloc");
+ return NULL;
+ }
+ }
/* NULL terminate the output */
out[out_len] = '\0';
diff --git a/generator/actions.ml b/generator/actions.ml
index 9570d9b..bb95f7a 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -7210,7 +7210,9 @@ was built (see C<appliance/kmod.whitelist.in> in the source)." };
proc_nr = Some 195;
tests = [
InitNone, Always, TestResultString (
- [["echo_daemon"; "This...