kotkov


Found
r1572512

r1572512 | stefan2 | 2014-02-27 05:08:50 -0600 (Thu, 27 Feb 2014)

Fix a "condition depends on uninitialized value" error found with valgrind.

* subversion/libsvn_fs_fs/pack.c
  (sort_reps_range): Assign REP_ID only where needed but make sure it
                     gets initialized, and to the first *relevant* entry.

Found by: kotkov