Add an API that, unlike __asan_get_report_address(), can return multiple addresses and sizes. This allows a handler to inspect the source and the destination ranges of errors that have more than one pointer involved (e.g., memcpy-param-overlap). Fixes #155406. Assisted-by: Gemini --------- Co-authored-by: Vitaly Buka <vitalybuka@google.com>