This is an archive of the discontinued LLVM Phabricator instance.

Split remquol() from INIT_REMQUO
ClosedPublic

Authored by krytarowski on Nov 2 2018, 2:43 PM.

Details

Summary

Introduce SANITIZER_INTERCEPT_REMQUOL
dedicated for remquol(). Disable for for NetBSD
as this routine is not implemented in this OS.

Installation of supernumerary interceptors causes
leaking of errors to dlsym(3)-like operations.

Diff Detail

Event Timeline

krytarowski created this revision.Nov 2 2018, 2:43 PM
vitalybuka accepted this revision.Nov 7 2018, 12:16 PM
This revision is now accepted and ready to land.Nov 7 2018, 12:16 PM
This revision was automatically updated to reflect the committed changes.