[flang][Lower] Fix use-after-free with TypeRange (#84369)
TypeRange is an iterator range, it does not own storage spanned by the iterators. When using TypeRange, make sure that the actual contents don't "expire" while the range is in use. This was detected by address sanitizer.
parent
0b2c24e0
Please register or sign in to comment