v1.9.14
Plug memory leaks in store_sudo_test found by LSAN.
Add lib dependencies for fuzzer and test targets.
Add missing " ; " separator between environment variables and command. This is a regression introduced in sudo 1.9.13. GitHub issue #254.
Move eventlog config code into eventlog_conf.c
eventlog_free: free peeraddr
Make sudo pass -Wwrite-strings
Prefer size_t over int, as casting can take extra instructions
Move JSON log parsing from libsudo_iolog.la to libsudo_eventlog.la It will be used in the upcoming log output tests.