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.
Details
Details
- Reviewers
emaste markj imp - Commits
- rGcfb9be506285: bootp: remove the USE_BFUNCS knob
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
When I see
/* Yes, memcpy is OK here (no overlapped copies). */
I cringe at the certainty of that assertion.
I applaud its departure.