On Wed, Jan 2, 2019 at 4:38 AM Eric Wong <e@xxxxxxxxx> wrote: > > strncat() has the same quadratic behavior as strcat() and is > difficult-to-read and bug-prone. While it hasn't yet been a > problem in git iself, strncat() found it's way into 'master' s/iself/itself/ > of cgit and caused segfaults on my system. > > Signed-off-by: Eric Wong <e@xxxxxxxxx>