OSDN Git Service

fix format strings for uid/gid values in putpwent/putgrent
authorRich Felker <dalias@aerifal.cx>
Thu, 16 May 2019 21:12:56 +0000 (17:12 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 16 May 2019 21:19:03 +0000 (17:19 -0400)
commit9fd98a6354105dd67b648b48dba238f4c3e3d564
tree80dc8a692de9cfef36f68669606e3faa65cd46b3
parentf450c150d31730b18a145cca17150427cf3f20e6
fix format strings for uid/gid values in putpwent/putgrent

commit 648c3b4e18b2ce2b6af7d44783e42ca267ea49f5 omitted this change,
which is needed to be able to use uid/gid values greater than INT_MAX
with these interfaces. it fixes alpine linux bug #10460.
src/passwd/putgrent.c
src/passwd/putpwent.c