]> git.puffer.fish Git - matthieu/frr.git/commit
lib: fix elf_py TLS section handling
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 10 Nov 2021 14:30:07 +0000 (15:30 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 10 Nov 2021 14:30:56 +0000 (15:30 +0100)
commit3942ee1f7bc754dd0dd9ae79f89d0f2635be334f
tree9325f2076a5d28a08d871a4a1ea13eaf074ced77
parent8d4e934b08b10823f33ff74c477fec454913e952
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>
lib/elf_py.c