On Fri, Feb 21, 2014 at 2:25 AM, Philip Martin
<[email protected]>wrote:

> The new connection/thread handling in svnserve doesn't handle aborted
> authn as follows:
>
>   svnadmin create repo
>   echo [general] >> repo/conf/svnserve.conf
>   echo anon-access = >> repo/conf/svnserve.conf
>   echo auth-access = write >> repo/conf/svnserve.conf
>   echo password-db = passwd >> repo/conf/svnserve.conf
>   echo pm = mp >> repo/conf/passwd
>   svnserve -Tdr.
>
> Now run
>
>   svn info svn://localhost/repo --username pm
>
> and interrupt/kill the client when prompted for a password.  Do it again
>
>   svn info svn://localhost/repo --username pm
>
> and interrupt/kill again, svnserve SEGVs.
>

Thank you for the reproduction recipe, Philip.

It took 2 or 3 attempts on my machine until the segfault.
r1570890 fixes that for me. Does it also work for you now?

-- Stefan^2.

Reply via email to