mod_dav_svn crashing with SVNListParentPath
From: Chris Huseman <chris_at_d0rk.org>
Date: Tue, 11 Aug 2009 09:24:13 -0500
Hello, I think I've found a bug with SVNListParentPath that takes down
Relevant configuration bits:
<VirtualHost *:80>
To reproduce the bug, I submit a request to the root url (no repository)
svn info http://localhost/
If you switch SVNListParentPath off, the server does not crash.
I've briefly looked into where the crash happens in code, and it looks like
const char *root_path = repos->root_path;
if (root_path[1] == '\0')
It looks like the real problem is further up the stack but I'm so unfamiliar
Thanks,
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.