String type: Fix off by one error 92/16492/2
authorOle Troan <ot@cisco.com>
Fri, 14 Dec 2018 19:34:29 +0000 (20:34 +0100)
committerDave Barach <openvpp@barachs.net>
Fri, 14 Dec 2018 22:50:51 +0000 (22:50 +0000)
String is not sent nul terminated across API.
The hardest two problems in computer science is cache invalidation
naming and off by one errors.

Change-Id: I36f1952ca955cb2d9dfb4c8120ec48c50ba17991
Signed-off-by: Ole Troan <ot@cisco.com>

No differences found