__builtin_memset() calls are replaced with calls to memcpy(), but this
can't be used before ifunc relocations are processed. Just
unconditionally use memset_early() to work around this.
Details
Details
- Reviewers
andrew - Commits
- rG4c23a98ba3af: asan: Use memset_early() to fill shadow memory
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 70371 Build 67254: arc lint + arc unit