diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-05-17 00:26:01 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 15:02:54 +0100 |
commit | cf3c9191510735699da14bb5a680f6af9b8a8dcf (patch) | |
tree | 8b282b69404979c570b28d5afa164f6c99e5b44c /ctl-lib/ctl-lua.h | |
parent | de2f6f5dc95ab9254d9015c263590ec2d24cdef7 (diff) |
Good usage of strncat and strncpy
This change ensure that there are no write over the
destination buffer size
Change-Id: Ic213e70fab83dfae39a8ff030c823a6ce68aab64
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'ctl-lib/ctl-lua.h')
-rw-r--r-- | ctl-lib/ctl-lua.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ctl-lib/ctl-lua.h b/ctl-lib/ctl-lua.h index e1c88f6..ba40991 100644 --- a/ctl-lib/ctl-lua.h +++ b/ctl-lib/ctl-lua.h @@ -29,11 +29,6 @@ extern "C" { #define _GNU_SOURCE #endif -// prefix start debug script -#ifndef CONTROL_DOSCRIPT_PRE -#define CONTROL_DOSCRIPT_PRE "debug" -#endif - // default event name used by LUA #ifndef CONTROL_LUA_EVENT #define CONTROL_LUA_EVENT "luaevt" |