Re: Showstoppers to 1.7.0?

2019-03-20 Thread William A Rowe Jr
On Wed, Feb 27, 2019 at 5:06 PM William A Rowe Jr wrote: > With several new features added to the 1.7 branch, the fixes to the > Netware locking we had deferred, and the proposed correction of > SIGUSR2, I'm wondering what we see as remaining obstacles. > > Do we want to do something about

Re: Incomplete r1667900 -

2019-03-20 Thread Yann Ylavic
On Wed, Mar 20, 2019 at 1:30 AM Yann Ylavic wrote: > > I'll try to see tomorrow what's missing.. thanks! So I went back through the (long) thread [1] and the issues raised by Rainer with timedwait mutexes on Solaris (8 and/or 10). I think they are all addressed and backported to 1.7.x now, IIRC

Re: Verifying printf() formatting of types

2019-03-20 Thread Stefan Sperling
On Tue, Mar 19, 2019 at 07:30:09PM -0500, William A Rowe Jr wrote: > According to my observations, apr_time_t should match the APR_TIME_T_FMT > token in every case. Please inspect that line of httpd code to see how some > non-apr_time_t value was passed in APR_TIME_T_FMT formatting. Indeed, this