summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-10-17 01:44:03 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2022-10-17 01:44:03 -0500
commitf23fb58690246d0526f42316c9a35274e34ffaf9 (patch)
tree970744993ef13e84433a72cb774c6ad7b6435671 /CHANGELOG.rst
parent158f2b53d81c9a453df0124a7ac2153c3f8286da (diff)
downloadgcompat-f23fb58690246d0526f42316c9a35274e34ffaf9.tar.gz
gcompat-f23fb58690246d0526f42316c9a35274e34ffaf9.tar.bz2
gcompat-f23fb58690246d0526f42316c9a35274e34ffaf9.tar.xz
gcompat-f23fb58690246d0526f42316c9a35274e34ffaf9.zip
stdio: Hook fopen(3) to intercept /proc/self/exe
Unfortunately, we do have a potential race if the binary is renamed between the call to readlink and the real fopen. Fixes: #349
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 5ee3007..3a6dddc 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -49,6 +49,8 @@ stdio
* Add __dprintf_chk, using vdprintf as a backing function.
+* Hook fopen to intercept attempts at opening /proc/self/exe. Issue #349.
+
string
------