2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00
Todd C. Miller 9613ef9445 Cast hook functions to sudo_hook_fn_t to fix C23 compile error.
The sudo plugin API defines sudo_hook_fn_t as a function with
unspecified arguments.  This is no longer supported in C23 so use
a variadic function for sudo_hook_fn_t instead.  Moving to a union
may be a better long-term fix.  GitHub issue #420.
2024-11-16 11:33:21 -07:00
..
2024-04-17 19:30:11 -06:00
2024-04-17 19:30:11 -06:00
2024-04-17 19:30:11 -06:00
2024-04-17 19:30:11 -06:00
2023-11-28 15:00:04 -07:00
2024-08-13 08:07:07 -06:00
2023-11-28 15:00:04 -07:00
2023-11-28 15:00:04 -07:00
2024-08-02 19:48:41 -06:00
2024-09-28 16:52:20 -06:00