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)
Sun, Apr 20, 2:29 AM
Unknown Object (File)
Sat, Apr 19, 10:22 PM
Unknown Object (File)
Sat, Apr 19, 10:15 PM
Unknown Object (File)
Sat, Apr 19, 7:34 PM
Unknown Object (File)
Sat, Apr 19, 7:03 PM
Unknown Object (File)
Mar 19 2025, 10:50 PM
Unknown Object (File)
Mar 5 2025, 12:04 PM
Unknown Object (File)
Feb 16 2025, 2:40 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.