]> git.puffer.fish Git - mirror/frr.git/commit
lib: fix elf_py TLS section handling 10280/head
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 10 Nov 2021 14:30:07 +0000 (15:30 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 4 Jan 2022 14:45:45 +0000 (15:45 +0100)
commit2d90a335354b986aa4ab0f1168e4110779243c09
tree98846d4abcd74d6f25a6d9e3756529b7d49051f9
parent065dd14a663164f075ea93ddbc985de75f457c26
lib: fix elf_py TLS section handling

... need to ignore TLS sections, their address is effectively
meaningless but can overlap other sections we actually need to access.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit 3942ee1f7bc754dd0dd9ae79f89d0f2635be334f)
lib/elf_py.c