pv-unruntime: Split LD_PRELOAD on either colons or spaces
All threads resolved!
All threads resolved!
pressure-vessel-unruntime assumes that LD_PRELOAD is colon-delimited, but any combination of colons and/or spaces is actually documented to be a valid delimiter. Spotted while working on !337 (merged).
-
pv-unruntime: Split LD_PRELOAD on either colons or spaces
According to ld.so(8), either is equally valid for LD_PRELOAD (although note that LD_AUDIT only accepts colons).
-
pv-unruntime: Avoid passing --ld-audit= or --ld-preload= to pv-wrap
There's no point in giving it an option that it will just ignore.
Edited by Simon McVittie
Merge request reports
Activity
added Bug ~37 labels
requested review from @denittis
assigned to @smcv
added Needs testing label
- Resolved by Simon McVittie
Ready to review, but needs testing.
mentioned in merge request !337 (merged)
removed Needs testing label
mentioned in commit 9a87ff91
Please register or sign in to reply