clfreville2 743d241080 Use a variant of strlcpy to avoid unnecessary padding
The GNU/Linux implementation of getlogin_r does not pad with zeroes for
the rest of the buffer. When the bufsize is insufficient, it does not
touch the buffer at all, but this divergent behavior is fine for now.
2023-05-26 10:39:43 +02:00
2023-04-20 19:12:27 +02:00
2023-04-24 16:01:46 +02:00
2023-04-25 09:39:40 +02:00
2023-04-20 19:12:27 +02:00
Description
Run a command in an environment faking usernames
37 KiB
Languages
C 89.7%
Makefile 6.7%
Shell 3.6%