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
Fix NULL pointer dereference in HTTPS response callback
Move NULL check before accessing req->tx_id. Include buflen in
error message for debugging. Add missing return statement to
prevent dereferencing NULL after logging.
0 commit comments