forked from OSchip/llvm-project
[ASan/Win] Initialize sandbox-related stuff when asked to
llvm-svn: 235591
This commit is contained in:
parent
8a67368cc5
commit
d0be0a9897
|
@ -267,8 +267,9 @@ void ReExec() {
|
|||
}
|
||||
|
||||
void PrepareForSandboxing(__sanitizer_sandbox_arguments *args) {
|
||||
(void)args;
|
||||
// Nothing here for now.
|
||||
#if !SANITIZER_GO
|
||||
CovPrepareForSandboxing(args);
|
||||
#endif
|
||||
}
|
||||
|
||||
bool StackSizeIsUnlimited() {
|
||||
|
|
Loading…
Reference in New Issue