/[Apache-SVN]
ViewVC logotype

Revision 1720015


Jump to revision: Previous Next
Author: kotkov
Date: Mon Dec 14 21:11:35 2015 UTC (8 years, 3 months ago)
Changed paths: 1
Log Message:
Don't leave the *use_log_addressing variable uninitialized when opening
FSFS repositories without db/format files (legacy 1.1-era repositories
didn't have these files).

Uninitialized output variable leads to undefined behavior when accessing it.
In practice, this can result in failing commits, wrong output in svnadmin
info and other feasible problems, since a non-zero value enables the logical
addressing code in a situation where it's not supposed to work:

  > svn mkdir URL
  svn: E200004: Invalid L2P offset in r0 footer

  > svnadmin info
  Path: C:\Repositories\repos
  UUID: fc2931cb-22a3-424d-a79e-62392adb82f0
  Revisions: 0
  Repository Format: 3
  Compatible With Version: 1.1.0
  Filesystem Type: fsfs
  Filesystem Format: 1
  FSFS Sharded: no
  FSFS Logical Addressing: yes   <<<<<<<<<<<
  Configuration File: C:\Repositories\repos\db\fsfs.conf

* subversion/libsvn_fs_fs/fs_fs.c
  (read_format): Initialize *use_log_addressing when handling a filesystem
   without the format file.


Changed paths

Path Details
Directorysubversion/trunk/subversion/libsvn_fs_fs/fs_fs.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26