Re: [PATCH] Fix bounds check in substring[-ci]

2024-05-03 Thread Peter Bex
On Mon, Apr 29, 2024 at 12:10:14PM +0200, felix.winkelm...@bevuta.com wrote: > > Another attempt at fixing #1835, hopefully this time for good. > > > > Adds a +1 to each paramter string's length, to permit starting to compare > > at end of string, and corresponding tests. > > > > The errors I

Re: [PATCH] Fix bounds check in substring[-ci]

2024-04-29 Thread felix . winkelmann
> Another attempt at fixing #1835, hopefully this time for good. > > Adds a +1 to each paramter string's length, to permit starting to compare at > end of string, and corresponding tests. > > The errors I experienced in csi were caused by a bug in the breadline egg. > Will share a patch with

[PATCH] Fix bounds check in substring[-ci]=?

2024-04-26 Thread siiky via CHICKEN developers mailing list
Another attempt at fixing #1835, hopefully this time for good. Adds a +1 to each paramter string's length, to permit starting to compare at end of string, and corresponding tests. The errors I experienced in csi were caused by a bug in the breadline egg. Will share a patch with wasamasa.