Skip to content

gdatetime: Disallow NAN as a number of seconds in a GDateTime

The fiendish thing about NAN is that it never compares TRUE against anything, so the limit checks seconds < 0.0 || seconds >= 60.0 were never triggering.

oss-fuzz#28473

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Merge request reports