On Wed, Mar 22, 2017 at 01:32:09PM +0100, Patrick Wildt wrote:
>
> apparently the "create_size" option does currently not work. This is
> because the strsuftoll() function uses "long long" compares which limits
> the positive maximum to LLONG_MAX. Unfortunately the maximum is always
> set to ULL
Hi,
apparently the "create_size" option does currently not work. This is
because the strsuftoll() function uses "long long" compares which limits
the positive maximum to LLONG_MAX. Unfortunately the maximum is always
set to ULLONG_MAX, which is treated as -1 and cannot be a reasonable
maximum va