From 2d12a41940ffce211f15383b101319244148c84e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 10 Jul 2023 11:27:28 -0600 Subject: [PATCH] Fix sudo_debug_exit_uint_v1 declaration for fuzzers. --- lib/util/sudo_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/sudo_debug.c b/lib/util/sudo_debug.c index 45bc313a9..630f30a44 100644 --- a/lib/util/sudo_debug.c +++ b/lib/util/sudo_debug.c @@ -1085,7 +1085,7 @@ sudo_debug_exit_int_v1(const char *func, const char *file, int line, void sudo_debug_exit_uint_v1(const char *func, const char *file, int line, - unsigned int subsys, int ret) + unsigned int subsys, unsigned int ret) { }