Similar to the userspace rtld check.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/kern/imgact_elf.c | ||
---|---|---|
455 ↗ | (On Diff #76694) | hrm, actually shouldn't this be <= PAGE_SIZE - hdr->e_phoff) |
Comment Actions
P.S. Then rtld-elf/map_object.c needs to be unfixed as well.
Yes, in that review I thought it was fixing an off-by-one, but now that I look at it again here I think it's correct this way (now).