]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/commitdiff
Hook execve() and the other exec*() functions.
authorSimon Ruderich <simon@ruderich.org>
Tue, 4 Jun 2013 23:40:56 +0000 (01:40 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 4 Jun 2013 23:40:56 +0000 (01:40 +0200)
Prevents programs from removing our environment variables during the
exec.

Also reduces unnecessary calls to update_environment() by calling it
only once before the exec.


No differences found