Re: choose_delta_base shift problem

2014-04-29 Thread Stefan Fuhrmann
On Fri, Apr 25, 2014 at 11:37 AM, Philip Martin wrote: > Experimenting with gcc 4.9's -fsantize=undefined I got a warning: > > $ svnadmin create repo > $ svn mkdir -mm file://`pwd`/repo/A > ../src/subversion/libsvn_fs_fs/transaction.c:1978:14: runtime error: shift > exponent -1 is negative > > The

choose_delta_base shift problem

2014-04-25 Thread Philip Martin
Experimenting with gcc 4.9's -fsantize=undefined I got a warning: $ svnadmin create repo $ svn mkdir -mm file://`pwd`/repo/A ../src/subversion/libsvn_fs_fs/transaction.c:1978:14: runtime error: shift exponent -1 is negative The code is 1976 /* We also don't want the linear deltificatio