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
While handling ListTopics and returning an error, a break/continue is required and missing. Thus the code attempts to access parts of the nil pointer and panics.
The fix is low-effort and could be backported to the next 8.16.0 BC.
The text was updated successfully, but these errors were encountered:
Describe the bug
When
The problem exists in code: here and here.
While handling
ListTopics
and returning an error, a break/continue is required and missing. Thus the code attempts to access parts of the nil pointer and panics.The fix is low-effort and could be backported to the next 8.16.0 BC.
The text was updated successfully, but these errors were encountered: