From cb5b1f720b6cc092c25dd34cce9839ff20abacb5 Mon Sep 17 00:00:00 2001 From: Haopeng Li Date: Tue, 22 Jun 2021 15:47:07 +0100 Subject: [PATCH] ss: h1: log dereferences NULL --- lib/secure-streams/protocols/ss-h1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/secure-streams/protocols/ss-h1.c b/lib/secure-streams/protocols/ss-h1.c index dece05a40..a4727635d 100644 --- a/lib/secure-streams/protocols/ss-h1.c +++ b/lib/secure-streams/protocols/ss-h1.c @@ -869,7 +869,7 @@ malformed: case LWS_CALLBACK_CLIENT_HTTP_WRITEABLE: if (!h || !h->info.tx) { - lwsl_notice("%s: %s no handle / tx\n", __func__, h->lc.gutag); + lwsl_notice("%s: no handle / tx\n", __func__); return 0; }