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
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 41863 Build 38751: arc lint + arc unit
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.