sudo-project / sudo

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

digest_type should be unsigned, not signed #261

Closed RSilicon closed 1 year ago

RSilicon commented 1 year ago

This also helps avoid platform-specific implementations of converting signed to unsigned numbers.

millert commented 1 year ago

Sorry but this is not correct as the value -1 is used to indicate the lack of a digest and the PR doesn't even compile. Please don't submit any more PRs of this kind.