https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206749
CTurt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not A Bug Status|New |Closed --- Comment #2 from CTurt <[email protected]> --- Sorry, made a little mistake in my report, in `link_elf_ctf_get` and `link_elf_ctf_get` the `e_shentsize` member is checked: hdr->e_shentsize != sizeof(Elf_Shdr); It doesn't matter than `e_shnum` isn't checked because it is impossible to get `nlen` to overflow with this small `e_shentsize`. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
