Page MenuHomeFreeBSD

Avoid bzero() before ireloc.
ClosedPublic

Authored by kib on May 9 2018, 1:06 PM.
Tags
None
Referenced Files
F147684832: D15367.diff
Thu, Mar 12, 10:04 PM
Unknown Object (File)
Fri, Mar 6, 6:50 AM
Unknown Object (File)
Wed, Feb 18, 5:51 PM
Unknown Object (File)
Wed, Feb 18, 5:51 PM
Unknown Object (File)
Wed, Feb 18, 5:51 PM
Unknown Object (File)
Mon, Feb 16, 1:24 PM
Unknown Object (File)
Feb 8 2026, 10:42 AM
Unknown Object (File)
Jan 27 2026, 2:28 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 16492

Event Timeline

Ensure that cpu_stdext_feature is initialized before ireloc.

sys/amd64/amd64/machdep.c
1541

Ignore this line, it is innocent and appears due to the way the diff is generated.

This makes the kernel boot fine with mem* routines flipped to erms.

This revision is now accepted and ready to land.May 9 2018, 2:20 PM
This revision was automatically updated to reflect the committed changes.