[Bug 277863] Possible regression in mktime(3)

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 21 Mar 2024 23:54:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277863

Brennen Murphy <brennenmurph@pm.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brennenmurph@pm.me

--- Comment #6 from Brennen Murphy <brennenmurph@pm.me> ---

(QEMU FreeBSD 14.0-RELEASE Test not actual hardware)

Big Endian

root@freebsd14_ppc64:~ # ./foo
Unix time is: -31518000
root@freebsd14_ppc64:~ # 


Little Endian

root@freebsd14_ppc64le:~ # ./foo
foo: mktime failed: Value too large to be stored in data type
root@freebsd14_ppc64le:~ #

-- 
You are receiving this mail because:
You are the assignee for the bug.