From: Zbigniew Jędrzejewski-Szmek Date: Tue, 13 Mar 2018 11:51:08 +0000 (+0100) Subject: test-calendarspec: add the test case from oss-fuzz 6886 X-Git-Tag: v239~538^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ee45c6d63c63c6ef9880c71c2070611e5dc8d2d;p=platform%2Fupstream%2Fsystemd.git test-calendarspec: add the test case from oss-fuzz 6886 Before the fix 55a30fd4e8 in this would crash in calendarspec_from_time_t(). --- diff --git a/src/test/test-calendarspec.c b/src/test/test-calendarspec.c index 1a95b60..cce305e 100644 --- a/src/test/test-calendarspec.c +++ b/src/test/test-calendarspec.c @@ -259,6 +259,7 @@ int main(int argc, char* argv[]) { assert_se(calendar_spec_from_string("00:00/60", &c) < 0); assert_se(calendar_spec_from_string("00:00:2300", &c) < 0); assert_se(calendar_spec_from_string("00:00:18446744073709551615", &c) < 0); + assert_se(calendar_spec_from_string("@88588582097858858", &c) == -ERANGE); test_timestamp(); test_hourly_bug_4031();