Serious bug in fsfs's implementation of svn_fs_apply_textdelta
From: Brian W. Fitzpatrick <fitz_at_collab.net>
Date: 2005-04-21 07:14:03 CEST
To reproduce this, call svn_fs_create_file(), svn_fs_apply_textdelta(),
I found this while testing r14262 for merging into the 1.2.x branch.
I chatted with Greg Hudson in irc, and he said:
"The obvious fix for fitz's bug is to stop caching the noderev in the
We agreed that that's not really necessary (to stop caching the
1. Tweak the documentation for svn_fs_apply_textdelta to be clear that
2. Call svn_fs_change_node_prop call (in
Now doing #2 is going to require a small bit of work since
What we need to do here is call svn_fs_check_path, and if the path
One last improvement I'd like to see is to augment the conditional
Filed as issue #2280.
-Fitz
---------------------------------------------------------------------
|
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.