Page MenuHomeFreeBSD

bootp: remove the USE_BFUNCS knob
ClosedPublic

Authored by kevans on Sep 30 2021, 4:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 15, 12:42 AM
Unknown Object (File)
Thu, Aug 14, 2:29 AM
Unknown Object (File)
Tue, Aug 12, 9:44 PM
Unknown Object (File)
Mon, Aug 4, 3:34 PM
Unknown Object (File)
Sat, Aug 2, 10:26 PM
Unknown Object (File)
Jul 7 2025, 3:36 AM
Unknown Object (File)
Jul 6 2025, 11:28 PM
Unknown Object (File)
Jul 4 2025, 8:37 PM
Subscribers
None

Details

Summary

We'd likely be better served by converting these to the equivalent mem*
calls, but just kill the knob for now. The b* macros being defined get
in the way of _FORTIFY_SOURCE.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kevans created this revision.

When I see

/* Yes, memcpy is OK here (no overlapped copies). */

I cringe at the certainty of that assertion.
I applaud its departure.

This revision is now accepted and ready to land.Sep 30 2021, 4:18 AM
This revision was automatically updated to reflect the committed changes.