Skip to content
Commit 68a1e22b authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

Guard against invalid timeout values in KIdleTime::addTimeout()

The screenlocker converts user provided minutes to milliseconds.
kscreenlocker has a check to guard against negative timeouts, but
"timeout * 1000 * 60" can overflow.

CCBUG: 482077
parent ec86623b
Pipeline #624538 passed with stage
in 57 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment