Update the test a little so that is possible to pass(if date fails, because of bad or out of range inputto parsedate, it cannot be expected to output theexpected result).Remove the atf-expect-fa
Update the test a little so that is possible to pass(if date fails, because of bad or out of range inputto parsedate, it cannot be expected to output theexpected result).Remove the atf-expect-fail now that parsedate() shoulddetect overflows, and fail, causing date to fail, ratherthan simply producing bogus results.
show more ...
Add a check for the overflow noted in PR lib/46542.