diff options
Diffstat (limited to 'results/scraper/box64/732')
| -rw-r--r-- | results/scraper/box64/732 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/results/scraper/box64/732 b/results/scraper/box64/732 new file mode 100644 index 000000000..78737ccea --- /dev/null +++ b/results/scraper/box64/732 @@ -0,0 +1,8 @@ +Segmentation fault +EXPORT void my_g_object_get(x64emu_t* emu, void* a1, void* a2, uintptr_t* b) +{ + CREATE_VALIST_FROM_VAARG(b, emu->scratch, 2); + my->g_object_get_valist(a1, a2, VARARGS); +} + +Can this parameter 2 be modified to 4?When it is 2, it will cause me to report a segment error when running weixin \ No newline at end of file |