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
Querying (*Set).IsSet() for a flag name not actually defined causes a nil ptr crash instead of returning false.
I'm unable to provide demo code (much less a fix) due to CLA conflicts; hopefully this is enough of a report. I'm working around it for now by using .VisitAlI().
The text was updated successfully, but these errors were encountered:
Querying
(*Set).IsSet()
for a flag name not actually defined causes a nil ptr crash instead of returning false.I'm unable to provide demo code (much less a fix) due to CLA conflicts; hopefully this is enough of a report. I'm working around it for now by using
.VisitAlI()
.The text was updated successfully, but these errors were encountered: