Re: [PATCH] Fix string prefix predicate in breadline egg

2024-04-27 Thread Vasilij Schneidermann
Hello siiky, > In breadline's Scheme completion code, a length argument is given to > substring=? that may be greater than the candidate string. This was > previously unnoticed because substring=? did not check bounds; in the > latest CHICKEN from master it results in an error. thank you for the

[PATCH] Fix string prefix predicate in breadline egg

2024-04-27 Thread siiky via CHICKEN developers mailing list
In breadline's Scheme completion code, a length argument is given to substring=? that may be greater than the candidate string. This was previously unnoticed because substring=? did not check bounds; in the latest CHICKEN from master it results in an error. Thanks, siikyFrom 4d6d2cb3840c7f827a3