DescriptionMake nacl_helper_bootstrap load a PIE normally, not the dynamic linker directly
This makes it more like the way a PIE is normally run when loaded by
the kernel. It doesn't rely on the dynamic linker's feature of being
run from the command line. It also avoids hard-coding the canonical
machine-dependent file name of the dynamic linker. Instead, it just
obeys PT_INTERP the same way the kernel would.
BUG= none
TEST= nacl still works
R=mseaborn@chromium.org,bradchen@google.com
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109734
Patch Set 1 #
Total comments: 4
Patch Set 2 : changes per review #Messages
Total messages: 5 (0 generated)
|