2 Jul
2020
2 Jul
'20
3:58 p.m.
Zebediah Figura <z.figura12(a)gmail.com> writes:
+ { + struct process_dll *exe = get_process_exe_module( process ); + WCHAR *name = (WCHAR *)(process_info + 1); + struct thread_info *thread_info = (struct thread_info *)((char *)name + exe->namelen);
You can't append thread_info right after the string, it needs to be properly aligned. -- Alexandre Julliard julliard(a)winehq.org