Orivej Desh <orivej@gmx.fr>


Patch Suggested
r1880374 r1795120

r1795120 | stefan2 | 2017-05-14 21:06:28 +0000 (Sun, 14 May 2017)

Improve error message when DAG lookup fails in FSFS.

Suggested by: Orivej Desh <orivej{_AT_}gmx.fr> 

* subversion/libsvn_fs_fs/tree.c
  (open_path): Report the txn / rev in which we were looking for PATH.


r1880374 | hartmannathan | 2020-07-28 14:38:35 +0000 (Tue, 28 Jul 2020)

Fix harmless uninitialized read in svn_fs_*_index_append

* subversion/libsvn_fs_fs/index.c (svn_fs_fs__l2p_index_append),
  subversion/libsvn_fs_x/index.c
  (svn_fs_x__l2p_index_append, svn_fs_x__p2l_index_append):
  Do not access entry fields that are unset due to reaching eof.

Found by: Clang 10 memory sanitizer

Patch by: Orivej Desh <orivej{_AT_}gmx.fr>

Reviewed by: danielsh (svn_fs_fs__l2p_index_append)
             hartmannathan