Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-13 | Fix strncat funct | Ronan Le Martret | 1 | -6/+6 | |
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> | |||||
2018-12-13 | Remove Audio mentions from log messages | Romain Forlot | 1 | -2/+2 | |
Change-Id: I2a3a2b0ad51c479d463eed7f827b07693e55a657 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2018-12-13 | Cleanup in reop names | fulup | 1 | -0/+678 | |