This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Fix SIGSEGV in fopen64 interceptor
AcceptedPublic

Authored by rayslava on Nov 19 2020, 4:15 AM.

Details

Reviewers
eugenis
Group Reviewers
Restricted Project
Summary

Interceptor causes SIGSEGV when null pointer is passed as path.

Diff Detail

Event Timeline

rayslava requested review of this revision.Nov 19 2020, 4:15 AM
rayslava created this revision.
eugenis accepted this revision.Nov 19 2020, 12:54 PM
eugenis added a subscriber: eugenis.

LGTM

(please upload diffs with full context next time, see https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface)

This revision is now accepted and ready to land.Nov 19 2020, 12:54 PM