The livedumper triggers reports from both of these sanitizers since it
necessarily accesses uninitialized or freed memory. Add a flag to
silence reports from both sanitizers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 60746 Build 57630: arc lint + arc unit
Event Timeline
Comment Actions
Check for curthread == NULL, which can happen while APs are executing
init_secondary().