]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stand: Load INIT_ARRAY and FINI_ARRAY sections
authorMark Johnston <markjdb@gmail.com>
Tue, 16 Mar 2021 19:01:41 +0000 (15:01 -0400)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 05:24:28 +0000 (00:24 -0500)
commit687f0a1b588f9d2a06518528d93890e362e0c699
treeb0ecb8f8385ff1db2ff5f7f1f6fc9282ccc3dade
parent2b22b85e58e356344ab7be2001b098b98187c781
stand: Load INIT_ARRAY and FINI_ARRAY sections

This is required for preloading modules into a KASAN-configured kernel.

(cherry picked from commit 7b1b5aad95df671aba3192f1669a8d96da481939)
stand/common/load_elf_obj.c