aboutsummaryrefslogtreecommitdiffstats
path: root/ctl-lib/ctl-action.c
diff options
context:
space:
mode:
authorThierry Bultel <thierry.bultel@iot.bzh>2018-08-22 08:48:46 +0200
committerThierry Bultel <thierry.bultel@iot.bzh>2018-08-22 11:17:45 +0200
commitbdf1a6b435bf56cede2f7edf17c9d96ed5775277 (patch)
tree3ef4a606be4a807506a9394b6481e8bd5019749f /ctl-lib/ctl-action.c
parent4386ec54f811f19a14d0f60688321d4a1a69b78a (diff)
ctl-lua: Fixed memory corruption
fixed a malloc random crash when loading the configuration files. A write of one byte was done outside of an allocated area. Namely, strncat always writes n+1 bytes, thus a best practice is to always calculate n as this: buffer_size-strlen(s)-1 Change-Id: Icb568f324d466fc6eef40c3e251ce6b8a7006d95 Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Diffstat (limited to 'ctl-lib/ctl-action.c')
0 files changed, 0 insertions, 0 deletions