Skip to content

Ld library path

Ahmed Abd El Mawgood requested to merge oddcoder/relibc:LD_LIBRARY_PATH into master

Fix bugs related to LD_LIBRARY_PATH where first it would overwrite the original search path instead of just prepending to it, and it was accessing thead local memory which is not initialized until the end of ld.so.

Merge request reports