This is a patch by Will Dietz that I dusted off and would like to try to get accepted. It teaches UBSan about overflowing pointers. Will wrote a blog post about using it:
https://wdtz.org/catching-pointer-overflow-bugs.html
There is a corresponding compiler-rt patch that I'll submit next.
Not really sure who to add as reviewers for this, suggestions welcome.
Nit: Since you're maintaining the naming convention that is already there, you could just call this addr too. Otherwise, seems out of place.