diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-05-17 00:26:01 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-05-18 13:52:47 +0000 |
commit | a68eba948a30885e87f12690ce5d4210629c1e30 (patch) | |
tree | 8b282b69404979c570b28d5afa164f6c99e5b44c /ctl-lib/ctl-lua.h | |
parent | 2acfbf23831472f8a9d61917b1627c5008a63ee2 (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" |