HomeFreeBSD

Fix the error value we write in cerror. __error returns an int *, however

Description

Fix the error value we write in cerror. __error returns an int *, however
we were writing a 64 bit value meaning the 32 bits after this would be
trashed.

MFC after: 3 days
Sponsored by: DARPA, AFRL

Details

Provenance
andrewAuthored on
Parents
rS312702: Use time_t for intermediate values to avoid overflow in clock_ts_to_ct
Branches
Unknown
Tags
Unknown