Set analysis.nopskip to false for fuzz tests (#5776)

This commit is contained in:
Khairul Azhar Kasmiran 2026-01-11 16:10:55 +08:00 committed by GitHub
parent 24983985f3
commit 7c01de49d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -470,7 +470,7 @@ RZ_API void rz_test_asm_test_output_free(RzAsmTestOutput *out) {
}
RZ_API RzSubprocessOutput *rz_test_run_fuzz_test(RzTestRunConfig *config, RzFuzzTest *test, RzTestCmdRunner runner, void *user) {
const char *cmd = "aaa";
const char *cmd = "e analysis.nopskip=0; aaa";
RzList *files = rz_list_new();
rz_list_push(files, test->file);
#if ASAN