Commit ee7101b
committed
Release 4.19.1
Regression fixes:
- chpasswd(8):
- Don't reject leading '!' in password hashes or a hash consisting
of "*". These were accidentally rejected in 4.19.0.
See <#1483>
and <#1486>.
Security bug fixes:
- vipw(8):
- Avoid predictable names for temporary files.
This allowed anyone to read the contents of /etc/shadow.
See <#1485>.
Other changes:
- Set SIGCHLD before fork(2). This prevents a possible race
condition, although this is only for making the code more robust;
we believe that the code was correct.
Signed-off-by: Alejandro Colomar <alx@kernel.org>1 parent a0b2acb commit ee7101b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments