COMMON: Forbid use of unsafe strcat and strcpy

This commit is contained in:
Le Philousophe 2022-09-24 10:01:34 +02:00 committed by Eugene Sandulenko
parent 6293c2b3c2
commit 9c04d72471
6 changed files with 39 additions and 2 deletions

View file

@ -4,6 +4,8 @@
** See Copyright Notice in lua.h
*/
#define FORBIDDEN_SYMBOL_EXCEPTION_strcpy
#include "common/util.h"
#define lstrlib_c