[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Fix for issue 3813

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: Wed, 22 Jun 2011 11:01:05 -0400

On Wed, 2011-06-22 at 02:29 -0400, Daniel Shahaf wrote:
> From looking at the code, svn_io_open_unique_file3() would force the
> file to have a mode of 0600|umask() instead of just 0600

The umask removes file permissions from the mode argument to open(); it
doesn't add permissions. (Unless there's something unusual about this
code.)
Received on 2011-06-22 17:01:49 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.