Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-29 | Fix strncat funct | Ronan Le Martret | 2 | -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-26 | Clean | Romain Forlot | 1 | -5/+0 | |
Change-Id: I3688d9891e7f3daafdaabf05943d2e1b988a3dac Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-26 | Fix: clean way to include directories for a target | Romain Forlot | 1 | -0/+59 | |
Change-Id: I9573376b9a1acdcde17f200943181a97d6afec35 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> # Conflicts: # ctl-plugin/CMakeLists.txt | |||||
2017-08-26 | Remove Audio mentions from log messages | Romain Forlot | 1 | -2/+2 | |
Change-Id: I2a3a2b0ad51c479d463eed7f827b07693e55a657 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-25 | Fulup Error Message at Lua level | Fulup Ar Foll | 1 | -2/+2 | |
2017-08-25 | Cleanup in reop names | fulup | 8 | -0/+2654 | |
2017-08-25 | Attend to merfe with Master | Fulup Ar Foll | 1 | -0/+5 | |
2017-08-25 | Fulup Error Message at Lua level | Fulup Ar Foll | 1 | -2/+2 | |
2017-08-24 | Cleanup in reop names | fulup | 9 | -0/+2708 | |