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

Re: [PATCH] Fix possible crash in svn_fs_fs__lock() / svn_fs_fs__unlock()

From: Evgeny Kotkov <evgeny.kotkov_at_visualsvn.com>
Date: Thu, 5 Feb 2015 14:15:52 +0300

Evgeny Kotkov <evgeny.kotkov_at_visualsvn.com> writes:

>> + SVN_ERR(create_greek_fs(&fs, &newrev, "obtain-write-lock-failure-test",
>> + opts, pool));
>> + SVN_ERR(svn_fs_create_access(&access, "bubba", pool));
>> + SVN_ERR(svn_fs_set_access(fs, access));
>
> Should probably be named "test-obtain-write-lock-failure".
>
> + /* Make a read only 'write-lock' file. This prevents any write operations
> + from being executed. */
> + SVN_ERR(svn_io_set_file_read_only("obtain-write-lock-failure-test/write-lock",
> + TRUE, pool));
>
> I suppose there is no reason to use ignore_enoent = TRUE here, right? The
> 'write-lock' is always there and if it is not, the test shouldn't give a
> false positive.

I tweaked these parts of the test in r1657530.

Regards,
Evgeny Kotkov
Received on 2015-02-05 12:16:41 CET

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.