[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
chroot,whoami: use uintmax_t for printing uids
From: |
Collin Funk |
Subject: |
chroot,whoami: use uintmax_t for printing uids |
Date: |
Sun, 6 Oct 2024 22:33:44 -0700 |
User-agent: |
Mozilla Thunderbird |
I noticed these two calls to error assume that uid_t fits in int and
unsigned long int. Attached patch fixes it.
Collin
0001-chroot-whoami-use-uintmax_t-for-printing-uids.patch
Description: Text Data
- chroot,whoami: use uintmax_t for printing uids,
Collin Funk <=