metal/mtce/src/lmon
Dongqi Chen 456c255ea1 Fix mtce build error with gcc-8.2.1
1.Remove 'const' in DELIMITER to fix "Werror=ignored-qualifiers"
2.Replace sprintf with snprintf, and add return value check for
  snprintf to fix "Werror=format-overflow"
3.Replace strncpy with snprintf to fix "Werror=stringop-truncation"

Change-Id: Iecca021fc02df35a472a3f8aa04c9501998e2dba
Story: 2007506
Task: 39279
Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
Signed-off-by: Dongqi Chen <chen.dq@neusoft.com>
2020-04-03 14:44:21 +08:00
..
scripts Add LSB headers to mtce service scripts 2019-08-29 11:20:14 -05:00
Makefile Add EXTRALDFLAGS to linker in a number of Makefiles 2019-02-28 22:34:54 -06:00
lmon.h Monitor the datanetwork for non-OpenStack work node 2019-12-26 04:00:47 +00:00
lmonHdlr.cpp Monitor the datanetwork for non-OpenStack work node 2019-12-26 04:00:47 +00:00
lmonInit.cpp Add new Link Monitor (lmond) daemon to Mtce 2019-02-01 14:57:40 -05:00
lmonUtil.cpp Fix mtce build error with gcc-8.2.1 2020-04-03 14:44:21 +08:00