-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
A nil panic is a runtime panic that occurs when a program attempts to dereference a nil pointer. When a pointer is nil, it means that it does not point to any valid memory address, and attempting to access the value it points to will result in a panic (i.e., a runtime error)
We need to a way to identify possible nil panic in our code base.
Metadata
Metadata
Assignees
Labels
No labels