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)
Wed, Nov 5, 7:33 PM
Unknown Object (File)
Mon, Nov 3, 10:02 PM
Unknown Object (File)
Wed, Oct 29, 5:07 PM
Unknown Object (File)
Sun, Oct 26, 12:40 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, 2:11 PM
Unknown Object (File)
Fri, Oct 17, 5:24 AM
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.