[squid-dev] Build failed in Jenkins: 5-matrix » gcc,d-debian-unstable #5

2016-11-11 Thread noc
http://build.squid-cache.org/job/5-matrix/compiler=gcc,label=d-debian-unstable/5/-- [...truncated 32108 lines...] mv -f $depbase.Tpo $depbase.Plo depbase=`echo xusleep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile

Re: [squid-dev] [PATCH] Extend SBufContainerJoin to have prefix and suffix arguments

2016-11-11 Thread Alex Rousskov
On 11/11/2016 01:30 AM, Kinkie wrote: > On Fri, Nov 11, 2016 at 5:02 AM, Amos Jeffries wrote: >> On 11/11/2016 9:28 a.m., Kinkie wrote: >>> >>> v4 attached. >>> >> >> Does it have to take begin() and end() iterators explicitly? >> can we not have it take the container

Re: [squid-dev] [PATCH] Segfault via Ftp::Client::readControlReply.

2016-11-11 Thread Christos Tsantilas
On 11/11/2016 06:36 PM, Christos Tsantilas wrote: The patch applied to trunk as r14936 and r14937. I mean applied to "squid-5". I am attaching a patch for squid-3.5 release. On 11/11/2016 07:37 AM, Amos Jeffries wrote: On 11/11/2016 6:03 a.m., Christos Tsantilas wrote: Added nil

Re: [squid-dev] [PATCH] Segfault via Ftp::Client::readControlReply.

2016-11-11 Thread Christos Tsantilas
The patch applied to trunk as r14936 and r14937. I am attaching a patch for squid-3.5 release. On 11/11/2016 07:37 AM, Amos Jeffries wrote: On 11/11/2016 6:03 a.m., Christos Tsantilas wrote: Added nil dereference checks for Ftp::Client::ctrl.conn, including: - Ftp::Client::handlePasvReply()

[squid-dev] Build failed in Jenkins: 4-matrix » gcc,d-debian-unstable #3

2016-11-11 Thread noc
http://build.squid-cache.org/job/4-matrix/compiler=gcc,label=d-debian-unstable/3/-- [...truncated 32111 lines...] libtool: compile: ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../include -I/usr/include/libxml2

[squid-dev] Build failed in Jenkins: 5-matrix » gcc,d-debian-unstable #4

2016-11-11 Thread noc
http://build.squid-cache.org/job/5-matrix/compiler=gcc,label=d-debian-unstable/4/-- [...truncated 32111 lines...] libtool: compile: ccache gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../include -I/usr/include/libxml2

Re: [squid-dev] [PATCH] Extend SBufContainerJoin to have prefix and suffix arguments

2016-11-11 Thread Kinkie
On Fri, Nov 11, 2016 at 5:02 AM, Amos Jeffries wrote: > On 11/11/2016 9:28 a.m., Kinkie wrote: >> >> v4 attached. >> > > Does it have to take begin() and end() iterators explicitly? > can we not have it take the container itself and use a for(auto : > container) loop ? No