libwebsockets/lib/secure-streams/serialized
Andy Green c24148826b coverity: change ss handle priv style
Coverity is able to misunderstand &h[1] to be a dereference
of h, when it is just (h + 1).

Adapt places where we use this style to get a pointer to the
SS priv data to use (h + 1).
2022-03-25 08:18:29 +00:00
..
client coverity: change ss handle priv style 2022-03-25 08:18:29 +00:00
proxy coverity: mark false positive 2022-03-15 10:28:09 +00:00