Add missing sudo_debug_exit_uint_v1 stub for fuzzers.

This commit is contained in:
Todd C. Miller
2023-07-10 11:23:06 -06:00
parent dbb95ad214
commit eff4e1c0c5

View File

@@ -1083,6 +1083,12 @@ 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)
{
}
void
sudo_debug_exit_long_v1(const char *func, const char *file, int line,
unsigned int subsys, long ret)