Log In
base
/
mmglue
Clone
Source Code
GIT
Source
Issues
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
8b6d8f
ldso: dlsym(): pass the return address to __dlsym() as its third parameter.
Authored and Committed by
midipix
2 weeks ago
raw
patch
tree
parent
4 files changed.
48 lines added
.
6 lines removed
.
src/ldso/nt32/dlsym.s
file modified
+24
-0
src/ldso/nt32/dynlink.c
file modified
+2
-3
src/ldso/nt64/dlsym.s
file modified
+20
-0
src/ldso/nt64/dynlink.c
file modified
+2
-3
ldso: dlsym(): pass the return address to __dlsym() as its third parameter.
src/ldso/nt32/dlsym.s
file modified
+24
-0
src/ldso/nt32/dynlink.c
file modified
+2
-3
src/ldso/nt64/dlsym.s
file modified
+20
-0
src/ldso/nt64/dynlink.c
file modified
+2
-3