diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-11-28 11:31:19 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-12-02 09:22:15 +0000 |
| commit | b499ea68128c71d4b4583951b763b4e34ad95fbc (patch) | |
| tree | a3773f670048fdc80e6243574df01080864a28c9 /executor | |
| parent | 689146651cb695ec7836080377ad32933a0b9bce (diff) | |
executor: remove a tempnam() call from test.h
It's no longer needed.
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/test.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/executor/test.h b/executor/test.h index e53f663b5..ed6e7e82b 100644 --- a/executor/test.h +++ b/executor/test.h @@ -208,10 +208,8 @@ static int test_csum_inet_acc() static int test_cover_filter() { - char* tmp = tempnam(nullptr, "syz-test-cover-filter"); CoverFilter filter; CoverFilter child(filter.FD()); - free(tmp); std::vector<uint64> pcs = { 100, |
