]> Savannah Git Hosting - gnulib.git/commit
idpriv-droptemp: Handle large user and group ids.
authorCollin Funk <collin.funk1@gmail.com>
Wed, 26 Jun 2024 04:39:50 +0000 (21:39 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Wed, 26 Jun 2024 04:39:50 +0000 (21:39 -0700)
commit9e301afb8826b2c0926779c1439643b7506df953
tree7d79300f46dc2b19f148143505bdf7405a5551a7
parent01f20d6346ca1faad35af98e55c602b5584b094c
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.
ChangeLog
lib/idpriv-droptemp.c