
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>