sudo-rs
sudo-rs copied to clipboard
No action if password exceeds PAM_MAX_RESP_SIZE
trafficstars
https://github.com/memorysafety/sudo-rs/blob/55e09d74d43a1bb185893cb4a3f9e483e0a2d052/lib/sudo-pam/src/rpassword.rs#L81
That's an unlikely situation but there is no actions taken if the password is longer than PAM_MAX_RESP_SIZE (512) bytes.