This is an archive of the discontinued LLVM Phabricator instance.

Add a new interceptor: paccept(2)
ClosedPublic

Authored by krytarowski on Jan 15 2018, 1:12 AM.

Details

Summary

paccept(2) is a NetBSD-specific variation of accept(2).

Sponsored by <The NetBSD Foundation>

Diff Detail

Repository
rL LLVM

Event Timeline

krytarowski created this revision.Jan 15 2018, 1:12 AM

test?

lib/sanitizer_common/sanitizer_common_interceptors.inc
2785 ↗(On Diff #129809)

would be nice to extract shared code into some COMMON_INTERCEPTOR_ACCEPT_IMPL

krytarowski edited the summary of this revision. (Show Details)
  • add test
krytarowski added inline comments.Jan 20 2018, 2:47 PM
lib/sanitizer_common/sanitizer_common_interceptors.inc
2785 ↗(On Diff #129809)

It's an option, but still there are differences.

vitalybuka accepted this revision.Jan 23 2018, 2:32 PM
This revision is now accepted and ready to land.Jan 23 2018, 2:32 PM
This revision was automatically updated to reflect the committed changes.