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
Replaced SB_DCHECK with SB_CHECK for pointers that are dereferenced
immediately after the check. This ensures that the checks are present in
release builds, preventing crashes from null pointers.
This helps us pinpoint where null pointer dereference happens from crash
stack trace.
#vibe-coded
Bug: 435425692
Bug: 443341225
0 commit comments