From: Junio C Hamano Date: Wed, 15 Aug 2018 22:08:26 +0000 (-0700) Subject: Merge branch 'jk/banned-function' X-Git-Tag: v2.19.0-rc0~68 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e28daf222f51f137d9038a58812f2a89f414781e?hp=--cc Merge branch 'jk/banned-function' It is too easy to misuse system API functions such as strcat(); these selected functions are now forbidden in this codebase and will cause a compilation failure. * jk/banned-function: banned.h: mark strncpy() as banned banned.h: mark sprintf() as banned banned.h: mark strcat() as banned automatically ban strcpy() --- e28daf222f51f137d9038a58812f2a89f414781e