mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
sudo_rcstr_alloc() takes a length (not a size) parameter so when calling snprintf() we need to add one to the length.
sudo_rcstr_alloc() takes a length (not a size) parameter so when calling snprintf() we need to add one to the length.