Re: [Chicken-hackers] [PATCH] Fix buffer overrun in substring-index[-ci]

2014-12-18 Thread Peter Bex
On Sun, Dec 14, 2014 at 11:41:34PM +0100, Moritz Heidkamp wrote: > Dear Chickeneers, > > the attached patch fixes a potential buffer overrun in > substring-index[-ci] I ran into today (pun intended). See commit message > for details. I included a regression test but I'm not sure whether it's > ide

[Chicken-hackers] [PATCH] Fix buffer overrun in substring-index[-ci]

2014-12-14 Thread Moritz Heidkamp
Dear Chickeneers, the attached patch fixes a potential buffer overrun in substring-index[-ci] I ran into today (pun intended). See commit message for details. I included a regression test but I'm not sure whether it's ideal because it adds a dependency on object-evict to the data-structures tests.