sudo-project / sudo

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

Use U, not UL, for 32-bit platforms #307

Closed AtariDreams closed 9 months ago

AtariDreams commented 9 months ago

size_t is an unsigned int on 32-bit platforms, not an unsigned long.