This is an archive of the discontinued LLVM Phabricator instance.

[Sanitizers] Fix inet_aton() and inet_pton() interceptors to work on FreeBSD
ClosedPublic

Authored by kutuzov.viktor.84 on Jan 21 2015, 3:01 AM.

Details

Summary

FreeBSD's <arpa/inet.h> defines these names to be aliases:

#define inet_aton __inet_aton
#define inet_pton __inet_pton

Diff Detail

Repository
rL LLVM

Event Timeline

kutuzov.viktor.84 retitled this revision from to [Sanitizers] Fix inet_aton() and inet_pton() interceptors to work on FreeBSD.
kutuzov.viktor.84 updated this object.
kutuzov.viktor.84 edited the test plan for this revision. (Show Details)
kutuzov.viktor.84 added a subscriber: Unknown Object (MLST).
eugenis accepted this revision.Jan 21 2015, 3:19 AM
eugenis edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 21 2015, 3:19 AM
This revision was automatically updated to reflect the committed changes.