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

crash in serf credential callback

From: Stefan Kueng <tortoisesvn_at_gmail.com>
Date: Wed, 26 Feb 2014 20:18:59 +0100

Hi,

There's a crash happening in libsvn_ra_serf\util.c in the function
svn_ra_serf__credentials_callback. There's a full crash dump available
from here:
https://www.crash-server.com/Problem.aspx?ClientID=tsvn&ProblemID=58311

 From what I can figure out from that crash dump is that the 'session'
baton is not set (it's NULL), which leads to a segfault in the line:

       *username = apr_pstrdup(pool, session->proxy_username);

The http return code is 407.

But I can't figure out if this is a problem in serf or the svn library.
Maybe one of you guys can have a look at this?

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
Received on 2014-02-26 20:19:17 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.