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
We have some places in our code where we just always assume that a *dns.Msg always has at least one question. We should make sure that that's the case. Add validations, where there are none. Document requirements in functions' documentation. Perhaps call functions that only need a question that question directly.
The text was updated successfully, but these errors were encountered:
We have some places in our code where we just always assume that a
*dns.Msg
always has at least one question. We should make sure that that's the case. Add validations, where there are none. Document requirements in functions' documentation. Perhaps call functions that only need a question that question directly.The text was updated successfully, but these errors were encountered: