Christian Hesse <[email protected]> wrote: > From: Christian Hesse <[email protected]> > > Git version v2.21.0 marks strncat() as banned (commit > ace5707a803eda0f1dde3d776dc3729d3bc7759a), so replace it.
Btw, I posted a similar-in-spirit patch to replace strncat in ui-ssdiff.c back in January: <[email protected]> It uses strbuf and is close to code which already exists in git.git, so it doesn't make calls to strlen() repeatedly. (I'm also responsible for strncat banning in git.git :) _______________________________________________ CGit mailing list [email protected] https://lists.zx2c4.com/mailman/listinfo/cgit
