summaryrefslogtreecommitdiffstats
path: root/ctl-binding
AgeCommit message (Collapse)AuthorFilesLines
2017-08-29Fix strncat functRonan Le Martret2-15/+15
I: Statement might be overflowing a buffer in strncat. Common mistake: BAD: strncat(buffer,charptr,sizeof(buffer)) is wrong, it takes the left over size as 3rd argument GOOD: strncat(buffer,charptr,sizeof(buffer)-strlen(buffer)-1) Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-08-26CleanRomain Forlot1-5/+0
Change-Id: I3688d9891e7f3daafdaabf05943d2e1b988a3dac Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-26Fix: clean way to include directories for a targetRomain Forlot1-0/+59
Change-Id: I9573376b9a1acdcde17f200943181a97d6afec35 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> # Conflicts: # ctl-plugin/CMakeLists.txt
2017-08-26Remove Audio mentions from log messagesRomain Forlot1-2/+2
Change-Id: I2a3a2b0ad51c479d463eed7f827b07693e55a657 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-25Fulup Error Message at Lua levelFulup Ar Foll1-2/+2
2017-08-25Cleanup in reop namesfulup8-0/+2654
2017-08-25Attend to merfe with MasterFulup Ar Foll1-0/+5
2017-08-25Fulup Error Message at Lua levelFulup Ar Foll1-2/+2
2017-08-24Cleanup in reop namesfulup9-0/+2708