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
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
2 matches
Mail list logo