]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/systemctl/fuzz-systemctl-parse-argv.c
tree-wide: use -EBADF for fd initialization
[thirdparty/systemd.git] / src / systemctl / fuzz-systemctl-parse-argv.c
index 606f602c3acf3720c06e8373a2a736c2238a3028..a97db68d2dc4ce0e54f4c4cbbe585fd20d9d144e 100644 (file)
@@ -16,7 +16,7 @@
 
 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
         _cleanup_strv_free_ char **argv = NULL;
-        _cleanup_close_ int orig_stdout_fd = -1;
+        _cleanup_close_ int orig_stdout_fd = -EBADF;
         int r;
 
         if (size > 16*1024)