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)
Nov 28 2024, 9:18 PM
Unknown Object (File)
Oct 4 2024, 10:45 PM
Unknown Object (File)
Oct 4 2024, 12:32 PM
Unknown Object (File)
Oct 3 2024, 12:26 PM
Unknown Object (File)
Oct 1 2024, 8:43 PM
Unknown Object (File)
Oct 1 2024, 5:07 PM
Unknown Object (File)
Sep 28 2024, 7:47 AM
Unknown Object (File)
Sep 28 2024, 12:24 AM
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