Skip to content

Commit 549920b

Browse files
committed
[llvm][clang] Sandbox IO operations (readlink)
1 parent b7f9ebf commit 549920b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Support/IOSandboxInternal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ static constexpr auto lstat = detail::interpose(::lstat);
5353
static constexpr auto fstat = detail::interpose(::fstat);
5454
static constexpr auto getcwd = detail::interpose(::getcwd);
5555
static constexpr auto realpath = detail::interpose(::realpath);
56+
static constexpr auto readlink = detail::interpose(::readlink);
5657
} // namespace llvm
5758

5859
#endif

0 commit comments

Comments
 (0)