Skip to content

Commit

Permalink
Add sudo_debug_exit_dev_t stub for fuzzing.
Browse files Browse the repository at this point in the history
  • Loading branch information
millert committed Nov 26, 2023
1 parent be911b7 commit 67ed8fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/sudo_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 67ed8fb

Please sign in to comment.