syslog: fix syslog structured data formatting 90/20590/3
authorBenoît Ganne <bganne@cisco.com>
Wed, 10 Jul 2019 15:01:09 +0000 (17:01 +0200)
committerPaul Vinciguerra <pvinci@vinciconsulting.com>
Fri, 12 Jul 2019 01:50:55 +0000 (01:50 +0000)
commitbbe6d110a10d64e5bde21c4b839642acfbf91cbd
tree123fd08c8cfa441cd09c9bc8e846c4bc2c55a0ff
parent9e4946b324a8480b35c861e96199881b314ea825
syslog: fix syslog structured data formatting

syslog structured data are stored as vectors not null-terminated
C-strings. Use '%v' instead of '%s'.

Type: fix
Fixes: b4515b4be4

Change-Id: Iba224f271c832daca90d4bbccfef45d0f563fe60
Signed-off-by: Benoît Ganne <bganne@cisco.com>
MAINTAINERS
src/vnet/syslog/syslog.c