[PATCH] ntdll: fix backward compatibility for struct link_map on FreeBSD
30 Nov
2020
30 Nov
'20
6:08 p.m.
Checking for the _rtld_version_laddr_offset symbol only works when header and library versions match. Checking for the offset of l_addr instead lets us use the older header with the new library too. Signed-off-by: Damjan Jovanovic <damjan.jov(a)gmail.com> --- dlls/ntdll/unix/loader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
1928
Age (days ago)
1928
Last active (days ago)
0 comments
1 participants
participants (1)
-
Damjan Jovanovic