Page MenuHomeFreeBSD

Correct a type-mismatch between xdr_long and the variable "bad".
ClosedPublic

Authored by brooks on Jul 22 2020, 10:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 22, 10:13 AM
Unknown Object (File)
Fri, Mar 22, 10:13 AM
Unknown Object (File)
Sat, Mar 9, 5:00 AM
Unknown Object (File)
Sat, Mar 9, 4:47 AM
Unknown Object (File)
Dec 29 2023, 1:44 AM
Unknown Object (File)
Dec 20 2023, 7:16 AM
Unknown Object (File)
Aug 28 2023, 3:56 AM
Unknown Object (File)
Jul 9 2023, 8:26 PM
Subscribers

Details

Summary

Way back in r28911 (August 1997, CVS rev 1.22) we imported a NetBSD
information leak fix via OpenBSD. Unfortunatly we failed to track the
followup commit that fixed the type of the error code. Apply the change
from int to long now.

This bug was rediscovered on CheriBSD where hardware bounds make it a
fault.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable