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().
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().