mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 10:23:31 +08:00
ls now refuses to generate time stamps containing more than 1000 bytes.
This commit is contained in:
parent
1aab3a0c90
commit
9d55554bf1
3
NEWS
3
NEWS
@ -27,6 +27,9 @@ GNU coreutils NEWS -*- outline -*-
|
||||
expr now detects integer overflow when evaluating large integers,
|
||||
rather than silently wrapping around.
|
||||
|
||||
ls now refuses to generate time stamps containing more than 1000 bytes, to
|
||||
foil remote denial-of-service attacks (e.g., --time-style='+%1000000000Y').
|
||||
|
||||
test now detects integer overflow when evaluating large integers,
|
||||
rather than silently wrapping around.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user