RootCauseunvalidated
unconditionally subtracts str_section->address from this offset — dwarf_vma is an unsigned type (unsigned HOST_WIDEST_INT). Tension: if str_section->address is larger than str_offset, integer underflow occurs, wrapping str_offset to a very large unsigned value.
e265da99-2807-4ac8-af45-4a8cca746950
unconditionally subtracts str_section->address from this offset — dwarf_vma is an unsigned type (unsigned HOST_WIDEST_INT). Tension: if str_section->address is larger than str_offset, integer underflow occurs, wrapping str_offset to a very large unsigned value.