Extend the sendmsg test to cover all recv*.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc | ||
---|---|---|
2860 ↗ | (On Diff #128311) | You mean before REAL(recvmmsg)? For MSan, that would require than *msgvec is initialized by the caller. For ASan, that would be desirable, but it does not fit the read/write model of these interceptors. |