Perl module SVN::Client and undefined behavior
From: Vincent Lefevre <vincent-svn_at_vinc17.net>
Date: Fri, 22 Jan 2016 13:45:01 +0100
With the Perl module SVN::Client from Subversion 1.9.3,
------------------------------------------------------------
use strict;
my $svnc = SVN::Client->new;
one gets an assertion failure because the path is not canonical.
BTW, SVN::Core::dirent_canonicalize is not documented in the
-- Vincent Lefèvre <vincent@vinc17.net> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)Received on 2016-01-22 13:45:25 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.