Browse Source
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' of cgit and caused segfaults on my system. Signed-off-by: Eric Wong <e@80x24.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Eric Wong
6 years ago
committed by
Junio C Hamano
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue