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)
Mar 11 2024, 11:36 AM
Unknown Object (File)
Mar 11 2024, 11:36 AM
Unknown Object (File)
Mar 11 2024, 11:36 AM
Unknown Object (File)
Mar 8 2024, 12:29 AM
Unknown Object (File)
Jan 30 2024, 10:04 AM
Unknown Object (File)
Jan 6 2024, 4:23 AM
Unknown Object (File)
Jan 6 2024, 4:23 AM
Unknown Object (File)
Jan 6 2024, 4:23 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.