Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > 2839f2240f364a3d458b33cbd5cf97e8 > files > 3

cboard-0.6-5.mga5.src.rpm

Index: libchess/pgn.c
===================================================================
--- libchess/pgn.c
+++ libchess/pgn.c	2011-05-08 11:08:23.023767053 +0200
@@ -2140,7 +2140,7 @@
 		if (tmpnam(tmp) == NULL)
 		    goto fail;
 
-		if ((fd = open(tmp, O_RDWR|O_EXCL|O_CREAT)) == -1)
+		if ((fd = open(tmp, O_RDWR|O_EXCL|O_CREAT, S_IRUSR|S_IWUSR)) == -1)
 		    goto fail;
 
 		if ((tfp = fdopen(fd, "a+")) == NULL)