manu
5e54c68a88
Fixed a bug introduced in the previous fix to mapelf:
we used load_psection, then ran each vmcmd and tried to relocate the failing ones. This fails if there is two vmcmd for one section, and the second is not a mapping (for instance a map_pagedvn and a map_zero), because the first one gets relocated, but not the second one. Additionnaly, it was not necessary to update the userlevel psection array: libc stubs seems to do the job themselves.
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%