This is an archive of the discontinued LLVM Phabricator instance.

Split lgammal() from INIT_LGAMMAL
ClosedPublic

Authored by krytarowski on Nov 2 2018, 3:02 PM.

Details

Summary

Introduce SANITIZER_INTERCEPT_LGAMMAL
dedicated for lgammal(). Disable it 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

Repository
rL LLVM

Event Timeline

krytarowski created this revision.Nov 2 2018, 3:02 PM
krytarowski edited the summary of this revision. (Show Details)Nov 6 2018, 6:00 PM
vitalybuka accepted this revision.Nov 7 2018, 12:20 PM
This revision is now accepted and ready to land.Nov 7 2018, 12:20 PM
This revision was automatically updated to reflect the committed changes.