Re: [PATCH v5 0/3] MR8834: server: Use process_vm_writev / process_vm_readv instead of ptrace when available.
5 Nov
2025
5 Nov
'25
9:28 p.m.
If I have to guess, this part looks suspicious: ``` ret = mach_vm_region( process_port, ®ion_address, ®ion_size, VM_REGION_BASIC_INFO_64, (vm_region_info_t)&info, &info_count, &object_name ); ``` ((vm_region_info_t)&info). That seems like the parameter which address on stack is below our 'written' (so writing past it can do this), and it is suspiciously casted. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8834#note_120935
120
Age (days ago)
120
Last active (days ago)
0 comments
1 participants
participants (1)
-
Paul Gofman (@gofman)