summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-07-06 08:02:28 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-07-06 08:09:19 -0500
commit18a847c22a04de22cc9c431e87b63a0cfd5f1286 (patch)
tree58726c702031f848e12cd207cc7623d78f496a29 /CHANGELOG.rst
parent581bddc0c02dbbde4dd130bf48b0f4e1887a0abf (diff)
downloadgcompat-18a847c22a04de22cc9c431e87b63a0cfd5f1286.tar.gz
gcompat-18a847c22a04de22cc9c431e87b63a0cfd5f1286.tar.bz2
gcompat-18a847c22a04de22cc9c431e87b63a0cfd5f1286.tar.xz
gcompat-18a847c22a04de22cc9c431e87b63a0cfd5f1286.zip
unistd: Interpose execv* functions for LOADER
Newer releases of Chromium directly execv /proc/self/exe, missing our readlink(3) interposing. We go ahead and interpose all three execv* functions just to ensure wider compatibility.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a4d7698..1330b68 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -8,9 +8,14 @@
© 2016-2019 Adélie Linux and contributors. NCSA open source licence.
-1.0.0 (20??-??-??)
+0.9.0 (2020-07-??)
==================
+unistd
+------
+
+* Add execv/execve/execvp family of functions to catch exec of /proc/self/exe.
+
wchar
-----