diff options
author | Benoît Ganne <bganne@cisco.com> | 2020-01-21 18:24:44 +0100 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-08-12 15:59:46 +0000 |
commit | 7e8cd07b1f2b859847b050ab64e37955a04f90f9 (patch) | |
tree | 17297afde27f68f18581b651e5423781066818a5 /src/vnet/util | |
parent | 4e422269f8dbde16167bf0939f4a093c30624494 (diff) |
map: api: fix tag overflow and leak
The 'tag' parameter is expected to be a NULL-terminated C-string in
callees:
- make sure it is null-terminated in both API and CLI cases
- do not allocate & copy the string into a non-NULL-terminated vector
in API case
- fix leak in CLI case
Type: fix
Change-Id: I221a489a226240548cdeb5e3663bbfb94eee4600
Signed-off-by: Benoît Ganne <bganne@cisco.com>
(cherry picked from commit 3b37125bdb0251181f90a429a4532b339711cf89)
Diffstat (limited to 'src/vnet/util')
0 files changed, 0 insertions, 0 deletions