diff options
author | Benoît Ganne <bganne@cisco.com> | 2019-07-10 17:01:09 +0200 |
---|---|---|
committer | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-07-12 01:50:55 +0000 |
commit | bbe6d110a10d64e5bde21c4b839642acfbf91cbd (patch) | |
tree | 123fd08c8cfa441cd09c9bc8e846c4bc2c55a0ff /MAINTAINERS | |
parent | 9e4946b324a8480b35c861e96199881b314ea825 (diff) |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d9109ed48b0..d74398fb9c6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -234,6 +234,11 @@ F: src/vnet/tls F: src/plugins/tlsopenssl F: src/plugins/tlsmbedtls +VNET SYSLOG +I: syslog +M: Matus Fabian <matfabia@cisco.com> +F: src/vnet/syslog + Plugin - Access Control List (ACL) Based Forwarding I: abf M: Neale Ranns <nranns@cisco.com> |