From 269500c1f5ef215e50021bb087b75d21b047738a Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 14 Oct 1998 19:47:49 +0000 Subject: [PATCH] ChangeLog entry for security holes marking --- vfs/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vfs/ChangeLog b/vfs/ChangeLog index 91e5aabf1..78ce84b8b 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -1,3 +1,10 @@ +Tue Oct 13 00:22:52 1998 Pavel Machek + + * extfs/*: marked obvious security holes with FIXME: TMP RACE + + * vfs.c (mc_def_getlocalcopy): creat->open(..,O_EXCL), to prevent + symlink attack, fixed memory leak along the path + 1998-10-13 Miguel de Icaza * vfs.c, vfs.h: Indentation chages, ugly macros removed. I am