File vdr-xine-CAN-2005-0071.diff of Package vdr-plugin-xine
Index: xine-0.8.2/xineLib.c
===================================================================
--- xine-0.8.2.orig/xineLib.c
+++ xine-0.8.2/xineLib.c
@@ -3946,7 +3946,7 @@ namespace PluginXine
if (FileName)
{
- outfd = ::open(FileName, O_CREAT /* | O_EXCL */ | O_TRUNC | O_RDWR, 0644);
+ outfd = ::open(FileName, O_CREAT | O_EXCL | O_TRUNC | O_RDWR, 0644);
}
else
{