Commit 9e301afb8826b2c0926779c1439643b7506df953

Collin Funk 2024-06-25T21:39:50

idpriv-droptemp: Handle large user and group ids. * lib/idpriv-droptemp.c (saved_uid): Use uid_t instead of int. (saved_gid): Use gid_t instead of int. (idpriv_temp_drop): Use uid_t and gid_t instead of int. (idpriv_temp_restore): Likewise.