mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-10 00:48:33 +01:00
Hook execve() and the other exec*() functions.
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.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -23,6 +23,8 @@
|
||||
/tests/Makefile.in
|
||||
/tests/example
|
||||
/tests/example.o
|
||||
/tests/example_exec
|
||||
/tests/example_exec.o
|
||||
/tests/example_vfork
|
||||
/tests/example_vfork.o
|
||||
/tests/run.sh.log
|
||||
|
||||
Reference in New Issue
Block a user