cui 3e7fcd4e06
proc/internal/ebpf: fix AddressToOffset off-by-one at section load (#4324)
AddressToOffset compared virtual addresses with strict inequality against
each executable ELF section load address. PCs landing exactly on Section
.Addr were never matched while still within [Addr, Addr+Size).

Use inclusive lower bounds so the scan matches the usual VMA half-open
interval.
2026-05-04 13:09:14 -07:00
..