aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorLibravatar Thomas Jarosch <thomas.jarosch@intra2net.com>2016-07-30 23:40:55 +0200
committerLibravatar Thomas Jarosch <thomas.jarosch@intra2net.com>2016-07-31 00:06:19 +0200
commita733a5092b404276af646b522430466df19a1612 (patch)
treeeda9925b1e9b5ed5a1913e4360e4e2ebe4e264db /README
parentfixes (diff)
downloadfirejail-a733a5092b404276af646b522430466df19a1612.tar.gz
firejail-a733a5092b404276af646b522430466df19a1612.tar.zst
firejail-a733a5092b404276af646b522430466df19a1612.zip
Fix wrong pointer variable in stat64 wrapper
If a program would have called stat() and then stat64(), the traced program probably would crash with a NULL pointer access on orig_stat64. I've checked for similiar glitches in the other wrappers -> they looked ok.
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 200a7ef72..775a3f008 100644
--- a/README
+++ b/README
@@ -35,6 +35,7 @@ Thomas Jarosch (https://github.com/thomasjfox)
35 - disable keepassx in disable-passwdmgr.inc 35 - disable keepassx in disable-passwdmgr.inc
36 - added uudeview profile 36 - added uudeview profile
37 - improved profile list 37 - improved profile list
38 - fixed small variable glitch in stat64() / lstat64() (libtracelog)
38Niklas Haas (https://github.com/haasn) 39Niklas Haas (https://github.com/haasn)
39 - blacklisting for keybase.io's client 40 - blacklisting for keybase.io's client
40Aleksey Manevich (https://github.com/manevich) 41Aleksey Manevich (https://github.com/manevich)