On Sat, Oct 19, 2024 at 04:15:33PM +0200, Tobias Stoeckmann wrote: > + if (sym[i].st_name >= strhdr->sh_size) { Please note that this commit only makes sense being applied AFTER the other patch sent, i.e. "module: .strtab must be null terminated" because that patch modifies strhdr before this line. Sorry for messing up the PATCH 1/2 and 2/2 connection. With kind regards Tobias