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

Re: crash in commit

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 04 May 2012 21:20:28 +0200

On 04.05.2012 21:06, Greg Stein wrote:
> svn_relpath_join() takes two strings and a pool. What are the pointer
> values for those parameters? I'm assuming one of those strings is
> NULL. Which?

The first one is NULL:
apr_size_t blen = strlen(base);
is where the access violation accessing 0x000 happens.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
Received on 2012-05-04 21:21:09 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.