Add missing sudo_debug_exit_uint_v1 stub for fuzzers.
This commit is contained in:
@@ -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
|
void
|
||||||
sudo_debug_exit_long_v1(const char *func, const char *file, int line,
|
sudo_debug_exit_long_v1(const char *func, const char *file, int line,
|
||||||
unsigned int subsys, long ret)
|
unsigned int subsys, long ret)
|
||||||
|
Reference in New Issue
Block a user