Files
shadow/src
Christian Göttsche 0d7cb003b7 src/useradd: avoid usage of sprintf
sprintf(3) does not take the destination buffer into account. Although
the destination in these case is large enough, sprintf(3) indicates a
code smell.

Use the xasprintf() wrapper.
2023-12-14 07:40:40 -06:00
..
2023-04-26 17:38:24 -05:00
2023-06-08 09:05:39 -05:00
2023-11-25 21:24:38 -06:00
2023-07-12 08:31:51 -05:00
2021-12-23 19:36:50 -06:00
2023-02-09 10:03:03 -06:00
2023-09-01 09:39:23 +02:00
2023-12-13 09:06:59 -06:00
2023-02-09 10:03:03 -06:00
2023-12-14 07:40:40 -06:00