Re: ra_serf crashes on Windows with AVG 2012 Surf-Shield

2012-05-08 Thread Greg Stein
On Tue, May 8, 2012 at 3:59 AM, Johan Corveleyn wrote: >... > Though this issue also hits 1.7, it doesn't seem like this is > something that can be backported easily (with all the recent changes > to ra_serf), does it? Unless a specific ("quick") fix is made for 1.7? A backport won't be possible.

Re: ra_serf crashes on Windows with AVG 2012 Surf-Shield

2012-05-08 Thread Greg Stein
On Tue, May 8, 2012 at 3:19 AM, Lieven Govaerts wrote: > On Tue, May 8, 2012 at 2:29 AM, Greg Stein wrote: >... >> My intent is to replace the code you quoted with something basically >> like: handler->server_error = alloc(). The core response handler will >> then start processing the body as an

Re: ra_serf crashes on Windows with AVG 2012 Surf-Shield

2012-05-08 Thread Johan Corveleyn
On Tue, May 8, 2012 at 2:29 AM, Greg Stein wrote: > On May 7, 2012 8:16 PM, "Lieven Govaerts" wrote: >>... >> The problem is in ra_serf/util.c svn_ra_serf__handle_xml_parser: >> >>   if (sl.code == 404 && ctx->ignore_errors == FALSE) >>     { >>       add_done_item(ctx); >> >>       err = svn_ra_

Re: ra_serf crashes on Windows with AVG 2012 Surf-Shield

2012-05-08 Thread Lieven Govaerts
On Tue, May 8, 2012 at 2:29 AM, Greg Stein wrote: > On May 7, 2012 8:16 PM, "Lieven Govaerts" wrote: > >... > > The problem is in ra_serf/util.c svn_ra_serf__handle_xml_parser: > > > > if (sl.code == 404 && ctx->ignore_errors == FALSE) > > { > > add_done_item(ctx); > > > > err

Re: ra_serf crashes on Windows with AVG 2012 Surf-Shield

2012-05-07 Thread Greg Stein
On May 7, 2012 8:16 PM, "Lieven Govaerts" wrote: >... > The problem is in ra_serf/util.c svn_ra_serf__handle_xml_parser: > >   if (sl.code == 404 && ctx->ignore_errors == FALSE) >     { >       add_done_item(ctx); > >       err = svn_ra_serf__handle_server_error(request, response, pool); > >      

Re: ra_serf crashes on Windows with AVG 2012 Surf-Shield

2012-05-07 Thread Lieven Govaerts
Johan, On Sat, Apr 14, 2012 at 11:42 PM, Johan Corveleyn wrote: > On Wed, Apr 11, 2012 at 1:43 PM, Johan Corveleyn > wrote: > > On Wed, Apr 11, 2012 at 12:28 PM, Philip Martin > > wrote: > >> Johan Corveleyn writes: > >> > >>> I don't know what Surf-Shield does. Its description says: "Can det

Re: ra_serf crashes on Windows with AVG 2012 Surf-Shield

2012-05-03 Thread Johan Corveleyn
On Sat, Apr 14, 2012 at 11:42 PM, Johan Corveleyn wrote: > On Wed, Apr 11, 2012 at 1:43 PM, Johan Corveleyn wrote: >> On Wed, Apr 11, 2012 at 12:28 PM, Philip Martin >> wrote: >>> Johan Corveleyn writes: >>> I don't know what Surf-Shield does. Its description says: "Can detect exploit

Re: ra_serf crashes on Windows with AVG 2012 Surf-Shield

2012-04-11 Thread Daniel Shahaf
Branko Čibej wrote on Wed, Apr 11, 2012 at 15:46:38 +0200: > On 11.04.2012 13:52, Daniel Shahaf wrote: > > Johan Corveleyn wrote on Wed, Apr 11, 2012 at 13:43:57 +0200: > >> If anyone has any suggestions on capturing network traffic on > >> localhost on Windows XP ... I'm all ears. > >> > >> Maybe

Re: ra_serf crashes on Windows with AVG 2012 Surf-Shield

2012-04-11 Thread Branko Čibej
On 11.04.2012 13:52, Daniel Shahaf wrote: > Johan Corveleyn wrote on Wed, Apr 11, 2012 at 13:43:57 +0200: >> If anyone has any suggestions on capturing network traffic on >> localhost on Windows XP ... I'm all ears. >> >> Maybe the easiest thing to do is to set up Apache on a second machine, >> so

Re: ra_serf crashes on Windows with AVG 2012 Surf-Shield

2012-04-11 Thread Daniel Shahaf
Johan Corveleyn wrote on Wed, Apr 11, 2012 at 13:43:57 +0200: > If anyone has any suggestions on capturing network traffic on > localhost on Windows XP ... I'm all ears. > > Maybe the easiest thing to do is to set up Apache on a second machine, > so I don't have to go over the loopback device ...

Re: ra_serf crashes on Windows with AVG 2012 Surf-Shield

2012-04-11 Thread Philip Martin
Johan Corveleyn writes: > Maybe the easiest thing to do is to set up Apache on a second machine, > so I don't have to go over the loopback device ... You would have to mount the test directory on both machines. The client side is responsible for repository creation, the server side is responsib

Re: ra_serf crashes on Windows with AVG 2012 Surf-Shield

2012-04-11 Thread Johan Corveleyn
On Wed, Apr 11, 2012 at 12:28 PM, Philip Martin wrote: > Johan Corveleyn writes: > >> I don't know what Surf-Shield does. Its description says: "Can detect >> exploit sites and other complex online threats". There is some more >> explanation on the AVG website, but it's still pretty vague [2]. Ma

Re: ra_serf crashes on Windows with AVG 2012 Surf-Shield

2012-04-11 Thread Philip Martin
Johan Corveleyn writes: > I don't know what Surf-Shield does. Its description says: "Can detect > exploit sites and other complex online threats". There is some more > explanation on the AVG website, but it's still pretty vague [2]. Maybe > it does some throttling of requests/responses, inspectin

Re: ra_serf crashes on Windows with AVG 2012 Surf-Shield

2012-04-10 Thread Daniel Shahaf
Johan Corveleyn wrote on Wed, Apr 11, 2012 at 01:13:36 +0200: > If there is anything I can do to provide more info, or try other > things, let me know ... Does it depend on the FS backend in use?