Re: [fossil-users] [fossil-dev] Bug - Fossil source "printf.c"

2017-05-21 Thread Richard Hipp
On 5/21/17, David Simmons wrote: > Location: "fossil\src\printf.c" > Section(s): (line 385) > /* Limit the precision to prevent overflowing buf[] during > conversion */ > if( precision > (etBUFSIZE-40) && (infop->flags & FLAG_STRING)==0 ){ >precision =

[fossil-users] Bug - Fossil source "printf.c"

2017-05-21 Thread David Simmons
Location: "fossil\src\printf.c" Section(s): (line 385) /* Limit the precision to prevent overflowing buf[] during conversion */ if( precision > (etBUFSIZE-40) && (infop->flags & FLAG_STRING)==0 ){ precision = etBUFSIZE-40; } Issue: missing parens to ensure correct ordering of

Re: [fossil-users] Bug Report or a Feature Request: Cope with, Hosting Providers' Watchdogs

2017-05-21 Thread Martin Vahi
Thank You, everybody, for the kind and thorough answers. Date: Tue, 16 May 2017 18:15:56 -0400 From: Richard Hipp Subject: Re: [fossil-users] Bug Report or a Feature Request: Cope with Hosting Providers' Watchdogs >... > What operation is it trying to do that takes more than 10