Re: [PATCH 0/2] MR7: Draft: ntdll: Properly track refcount with forwarded exports.
18 Oct
2022
18 Oct
'22
12:28 p.m.
Rémi Bernon (@rbernon) commented about dlls/ntdll/loader.c:
proc = find_ordinal_export( wm->ldr.DllBase, exports, exp_size, atoi(name+1) - exports->Base, load_path ); } else proc = find_named_export( wm->ldr.DllBase, exports, exp_size, name, -1, load_path );
Then what happens here if `find_ordinal_export` finds another transitive forwarded export? Should we still keep the same `current_modref`? Should we add the second forwarded module to the first one dependencies instead? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7#note_11123
1159
Age (days ago)
1159
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rémi Bernon