]> git.cameronkatri.com Git - cgit.git/commit
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)
commit2fc008d6dea2456548825c973a5516b5cdfd9c8c
tree9d900eded274af71e15f4d721f8ccee512b5b839
parentedb3403f00f14ac5cc23b9ba3a122cb4ee8b81fa
ui-shared: ban strcat()

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>
ui-shared.c