Open Bug 1107794 Opened 10 years ago Updated 2 years ago

Investigate/Fix LD_LIBRARY_PATH GreBinD issue in head_psm.js

Categories

(Core :: Security: PSM, defect, P3)

All
Android
defect

Tracking

()

People

(Reporter: Cykesiopka, Unassigned)

References

Details

(Whiteboard: [psm-cleanup])

Bug 1009158 added a hard coded path to LD_LIBRARY_PATH, as seen below: > 364 let greBinDir = directoryService.get("GreBinD", Ci.nsIFile); > 365 envSvc.set("DYLD_LIBRARY_PATH", greBinDir.path); > 366 // Android libraries are in /data/local/xpcb, but "GreBinD" does not return > 367 // this path on Android, so hard code it here. > 368 envSvc.set("LD_LIBRARY_PATH", greBinDir.path + ":/data/local/xpcb"); We should find out if this was necessary due to a GreBinD bug, or if something other than GreBinD could/should be used.
Whiteboard: [psm-cleanup]
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.