elf: fix memcmp() overflow 65/19265/3
authorBenoît Ganne <bganne@cisco.com>
Fri, 26 Apr 2019 09:09:49 +0000 (11:09 +0200)
committerDave Barach <openvpp@barachs.net>
Tue, 30 Apr 2019 16:54:08 +0000 (16:54 +0000)
commitc6eb5bc967d3d70016b4e4e182b3d68b1e558f60
treea8b7e58956d6df963dcbbe2771131ca6bb109c59
parenta878014c6e0c9d9d5677fe9feeb8a9effb894e3d
elf: fix memcmp() overflow

name can be (and will be) smaller than section_name_start. Both name and
section_name_start are NULL-terminated so we can use strcmp.

Change-Id: Iec414810109f9267de20c25c0fe601df35daf89e
Signed-off-by: Benoît Ganne <bganne@cisco.com>
src/vppinfra/elf_clib.c