[Pkg-virtualbox-devel] [Pkg-virtualbox-commits] r342 - in trunk/debian: . virtualbox-ose.files

Loïc Minier lool at dooz.org
Sun Sep 7 19:26:18 UTC 2008


On Fri, Sep 05, 2008, meskes at alioth.debian.org wrote:
> +  * In VBox.sh honor LD_LIBRARY_PATH if already set, closes: #496953
> -export LD_LIBRARY_PATH="$INSTALL_DIR"
> +export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$INSTALL_DIR"

 This expands to ":foo" if LD_LIBRARY_PATH isn't set, then the runtime
 linker will lookup libraries in the current dir first which might be a
 security hole.

-- 
Loïc Minier



More information about the Pkg-virtualbox-devel mailing list