]> git.ipfire.org Git - thirdparty/elfutils.git/commit
backends: Make the reloc_nametable zero element an one char array.
authorMark Wielaard <mark@klomp.org>
Tue, 16 Jun 2020 15:53:08 +0000 (17:53 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 19 Jun 2020 11:42:57 +0000 (13:42 +0200)
commit0d70fc0cb868ef95b25137d62bdaefa4a1462330
tree5b6cabd2ecbb10a0a5b65a4d6b3d11bc7ac87957
parentbca87ed8a200b8845e82b06fa94e69cd637dfea3
backends: Make the reloc_nametable zero element an one char array.

We are using the reloc_nametable zero element as an char array.
So make that element an actual array (we are actually after one
of the next string arrays in the table).

Signed-off-by: Mark Wielaard <mark@klomp.org>
backends/ChangeLog
backends/common-reloc.c