COMMON: Forbid use of unsafe strcat and strcpy
This commit is contained in:
parent
6293c2b3c2
commit
9c04d72471
6 changed files with 39 additions and 2 deletions
|
@ -4,6 +4,8 @@
|
|||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
||||
#define FORBIDDEN_SYMBOL_EXCEPTION_strcpy
|
||||
|
||||
#include "common/util.h"
|
||||
|
||||
#define lstrlib_c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue