nixpkgs/pkgs/games/steam
Anders Kaseorg 3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
..
build-runtime.py steam: don't write runtime tag file 2016-09-13 12:33:22 +03:00
build-wrapped.sh steam-runtime: build using new Runtime build system 2015-10-20 18:53:46 +03:00
chrootenv.nix treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH 2020-01-15 09:47:03 +01:00
default.nix steamcmd: init at 20180104 2018-09-08 13:39:32 -07:00
fonts.nix steam-fonts: init at 1 2015-10-15 15:17:13 +03:00
runtime-generated.nix steam: Update dependencies for steamrt 2019-08-19 01:15:34 +03:00
runtime-mirror.nix steamPackages: add runtime-mirror helper derivation 2016-02-19 14:10:13 +03:00
runtime-wrapped.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
runtime.nix treewide: Depend on stdenv.cc.bintools instead of binutils directly 2017-11-05 17:10:53 -05:00
steam.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
steamcmd.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
steamcmd.sh steamcmd: Add needed binaries to PATH 2019-03-29 21:41:14 +01:00
update-runtime-shell.nix steamPackages: add update-runtime-shell.nix to update runtime 2015-12-04 01:00:27 +03:00
update-runtime.py steamrt: fix update script 2019-04-19 18:23:34 +02:00