Re: BDB segv with NULL checksum

2013-04-04 Thread Philip Martin
That makes sense, I've committed r1464413. Ben Reser writes: > You should apply the later one. The check for the kind is redundant. > > Just before this check we call svn_fs_base__dag_file_checksum() and > specify that we want tb->base_checksum->kind. Ultimately, this calls > svn_fs_base__rep_

Re: BDB segv with NULL checksum

2013-04-03 Thread Ben Reser
You should apply the later one. The check for the kind is redundant. Just before this check we call svn_fs_base__dag_file_checksum() and specify that we want tb->base_checksum->kind. Ultimately, this calls svn_fs_base__rep_contents_checksums() which just does a svn_checksum_dup on the checksum i