sudo-project / sudo

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

Use pointers to signed values over pointers to unsigned values #263

Closed RSilicon closed 1 year ago

RSilicon commented 1 year ago

This is relevant when we are using signed integers for the value.

millert commented 1 year ago

This is code is from the protobuf-c project. I would like to avoid carrying local changes where possible. I suggest you submit a PR upstream.