Files
sudo/plugins/sudoers
Rose 0bb41ed82a Set command_info to NULL once it is freed
The lack of setting to NULL is a holdover from when command_info was a local variable and not a global one. However, we given how other global variables are set to NULL, it is best that we do the same here to avoid potential issues should sudoers_policy_store_result be called again after the first time failed, otherwise we could get a double-free.
2023-06-26 15:08:51 -04:00
..
2022-06-28 16:33:15 -06:00
2023-03-11 08:06:54 -07:00
2022-06-28 16:33:15 -06:00
2022-06-28 16:33:15 -06:00
2022-06-27 12:48:03 -06:00