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, Oct 17, 2:11 PM
Unknown Object (File)
Fri, Oct 17, 2:11 PM
Unknown Object (File)
Fri, Oct 17, 2:11 PM
Unknown Object (File)
Fri, Oct 17, 5:24 AM
Unknown Object (File)
Sep 17 2025, 6:32 PM
Unknown Object (File)
Aug 15 2025, 12:42 AM
Unknown Object (File)
Aug 14 2025, 2:29 AM
Unknown Object (File)
Aug 12 2025, 9:44 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41863
Build 38751: arc lint + arc unit

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.