sudo-project / sudo

Utility to execute a command as another user
https://www.sudo.ws
Other
1.16k stars 208 forks source link

Prefer size_t over int, as casting can take extra instructions #260

Closed RSilicon closed 1 year ago

RSilicon commented 1 year ago

It does not hurt when the functions that take the variable later on as an argument also expect them to be size_t.