2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Mention the integer overflow check in store_timespec().

This commit is contained in:
Todd C. Miller 2021-03-01 14:00:59 -07:00
parent 4a28b5d587
commit c8a8afba79

4
NEWS
View File

@ -60,6 +60,10 @@ What's new in Sudo 1.9.6
where very long lines could cause parsing of the sudoers file
to end prematurely. Bug #960.
* Fixed a potential integer overflow when converting the
timestamp_timeout and passwd_timeout sudoers settings to a
timespec struct.
What's new in Sudo 1.9.5p2
* Fixed sudo's setprogname(3) emulation on systems that don't