You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Potential stack-overflow in index look-up (#1273)
The `find_elementary_pointer_type` may cause a stackoverflow by
recursively calling itself if a inner type of a pointer can not be
found. Mainly because of the line `unwrap_or_else(|| initial_type)`.
0 commit comments