coverity 189199: messageboard: confirm vhd non-NULL
This commit is contained in:
parent
bf5457af69
commit
67cfdfaeb2
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ callback_messageboard(struct lws *wsi, enum lws_callback_reasons reason,
|
|||
|
||||
default:
|
||||
passthru:
|
||||
if (!pss)
|
||||
if (!pss || !vhd)
|
||||
break;
|
||||
return vhd->gsp->callback(wsi, reason, pss->pss_gs, in, len);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue