ikev2: fix DNS resolution overflow 96/33596/2
authorBenoît Ganne <bganne@cisco.com>
Wed, 25 Aug 2021 17:01:59 +0000 (19:01 +0200)
committerDamjan Marion <dmarion@me.com>
Thu, 26 Aug 2021 14:47:24 +0000 (14:47 +0000)
commit844e94f81556a3a45df2e1699c46316959692d31
tree4cbb4509eaeb1ca5a79b09f256016d17233f52b6
parent4fe2f4c29e3672f38038d34f177a9ccbff18d9ad
ikev2: fix DNS resolution overflow

VPP DNS resolver expects NULL-terminated C string, whereas the ikev2
plugin only uses non-NULL terminated vectors.

Type: fix

Change-Id: I4a2afffb9e1b6b5dd11842621d5f13bc5a145862
Signed-off-by: Benoît Ganne <bganne@cisco.com>
src/plugins/ikev2/ikev2.c