]> gitweb.ps.run Git - ps-cgit/commitdiff
ui-shared: ban strcat()
authorChristian Hesse <mail@eworm.de>
Tue, 28 Aug 2018 18:33:02 +0000 (20:33 +0200)
committerChristian Hesse <mail@eworm.de>
Tue, 11 Sep 2018 06:47:12 +0000 (08:47 +0200)
Git upstream bans strcat() with commit:

  banned.h: mark strcat() as banned
  1b11b64b815db62f93a04242e4aed5687a448748

To avoid compiler warnings from gcc 8.1.x we get the hard way.

Signed-off-by: Christian Hesse <mail@eworm.de>

No differences found