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
More generally, I think it would be useful to audit the entire codebase for "things that can panic" and remove them wherever possible. I think we pretty much always want explicit error handling.
Bug
coreos-metadata Version
1.0.0+
Environment
Azure
Expected Behavior
The Azure provider should not use index accesses, as they can cause
panic
s.Actual Behavior
The Azure provider uses index accesses here and here.
The text was updated successfully, but these errors were encountered: