Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c8b082

Browse files
committed
Fix build
1 parent e57e43d commit 1c8b082

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

fuzzer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,13 @@ extern "C" int LLVMFuzzerInitialize(int* argc, char*** argv) {
6565

6666
std::string code = std::string(program.data(), program.data() + program.size());
6767

68+
#if 0
6869
{
6970
wchar_t *program = Py_DecodeLocale(argv0.c_str(), nullptr);
7071
Py_SetProgramName(program);
7172
PyMem_RawFree(program);
7273
}
74+
#endif
7375

7476
Py_Initialize();
7577

0 commit comments

Comments
 (0)