search for: 2d51456d

Displaying 2 results from an estimated 2 matches for "2d51456d".

2020 Mar 26
0
[PATCH nbdkit 2/9] server: Rename replacement vfprintf function.
...sprintf (&repl, "%.*s%s%s", (int) (p - fmt), fmt, strerror (errno), - p + 2) > 0) - fmt = repl; - ret = vfprintf (f, fmt, args); - free (repl); - return ret; -} -#endif diff --git a/server/vfprintf.c b/server/vfprintf.c new file mode 100644 index 00000000..2d51456d --- /dev/null +++ b/server/vfprintf.c @@ -0,0 +1,65 @@ +/* nbdkit + * Copyright (C) 2013-2018 Red Hat Inc. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of sour...
2020 Mar 26
15
[PATCH nbdkit 0/9] Create libnbdkit.so
This creates libnbdkit.so as discussed in the following thread: https://www.redhat.com/archives/libguestfs/2020-March/thread.html#00203 test-delay-shutdown.sh fails for unclear reasons. This series starts by reverting "tests: Don't strand hung nbdkit processes" which is because several other tests fail randomly unless I revert this patch. I didn't investigate this yet so it