Re: [PATCH] svn_client_list4: accept `NULL` patterns

2016-11-13 Thread Stefan Fuhrmann
On 11.11.2016 15:30, Branko Čibej wrote: On 11.11.2016 15:04, Patrick Steinhardt wrote: On Wed, Nov 09, 2016 at 02:05:38PM +0100, Stefan Sperling wrote: On Wed, Nov 09, 2016 at 11:27:47AM +0100, Patrick Steinhardt wrote: Hi, while continuing my work on the obstructed checkout patch I just

Re: [PATCH] svn_client_list4: accept `NULL` patterns

2016-11-11 Thread Branko Čibej
On 11.11.2016 15:04, Patrick Steinhardt wrote: > On Wed, Nov 09, 2016 at 02:05:38PM +0100, Stefan Sperling wrote: >> On Wed, Nov 09, 2016 at 11:27:47AM +0100, Patrick Steinhardt wrote: >>> Hi, >>> >>> while continuing my work on the obstructed checkout patch I just >>> updated to the new

Re: [PATCH] svn_client_list4: accept `NULL` patterns

2016-11-11 Thread Patrick Steinhardt
On Wed, Nov 09, 2016 at 02:05:38PM +0100, Stefan Sperling wrote: > On Wed, Nov 09, 2016 at 11:27:47AM +0100, Patrick Steinhardt wrote: > > Hi, > > > > while continuing my work on the obstructed checkout patch I just > > updated to the new `svn_client_list4` call, which introduced a > > new

Re: [PATCH] svn_client_list4: accept `NULL` patterns

2016-11-09 Thread Stefan Sperling
On Wed, Nov 09, 2016 at 11:27:47AM +0100, Patrick Steinhardt wrote: > Hi, > > while continuing my work on the obstructed checkout patch I just > updated to the new `svn_client_list4` call, which introduced a > new `patterns` parameter. I initially run into a `NULL` pointer > derefeernce, as I

[PATCH] svn_client_list4: accept `NULL` patterns

2016-11-09 Thread Patrick Steinhardt
Hi, while continuing my work on the obstructed checkout patch I just updated to the new `svn_client_list4` call, which introduced a new `patterns` parameter. I initially run into a `NULL` pointer derefeernce, as I expected that the patterns parameter may also be `NULL`, as it is often the case