Re: PATCH -- fix off-by-one bugs in locate

2013-04-22 Thread James Youngman
Actually I just forgot it. Fixed now. Thanks.

Re: PATCH -- fix off-by-one bugs in locate

2013-04-21 Thread Peter Breitenlohner
On Sat, 20 Apr 2013, James Youngman wrote: I've pushed the patches to the public repo, but they're attached too. Could you take a look at them to make sure you're happy with these? Thanks. As far as I can see they do exactly what I wanted. I assume you had good reasons to not enable assertio

Re: PATCH -- fix off-by-one bugs in locate

2013-04-20 Thread James Youngman
On Mon, Aug 3, 2009 at 12:51 PM, Peter Breitenlohner wrote: > I sincerely hope this and my two previous messages (together 5 patches) will > make it into findutils-4.4.X. My apologies, this slipped under my radar.But, as you know the copyright assignment is complete and so I just went ahead a

PATCH -- fix off-by-one bugs in locate

2009-08-03 Thread Peter Breitenlohner
Hi, in locate.c assertions are disabled, because they would fail due to various off-by-one bugs. Attached are two patches addressing this: 0004-locate-*: enable assertions to expose the bugs -- many test will FAIL. 0005-locate-*: fix the bugs such that all tests PASS. I sincerely hope this an