From 67ed8fbe58033afab7980acc74dec4bcbf6a8aea Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 26 Nov 2023 08:30:41 -0700 Subject: [PATCH] Add sudo_debug_exit_dev_t stub for fuzzing. --- include/sudo_debug.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sudo_debug.h b/include/sudo_debug.h index 73e37a030..09f3bff98 100644 --- a/include/sudo_debug.h +++ b/include/sudo_debug.h @@ -238,6 +238,7 @@ struct sudo_conf_debug_file_list; # define sudo_debug_exit_int(_a, _b, _c, _d, _e) ((void)&(_d)) # define sudo_debug_exit_uint(_a, _b, _c, _d, _e) ((void)&(_d)) # define sudo_debug_exit_long(_a, _b, _c, _d, _e) ((void)&(_d)) +# define sudo_debug_exit_dev_t(_a, _b, _c, _d, _e) ((void)&(_d)) # define sudo_debug_exit_id_t(_a, _b, _c, _d, _e) ((void)&(_d)) # define sudo_debug_exit_size_t(_a, _b, _c, _d, _e) ((void)&(_d)) # define sudo_debug_exit_ssize_t(_a, _b, _c, _d, _e) ((void)&(_d))