Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Confusion over request being NULL in v3.0.x cbtls_new_session #1936
Comments
alandekok
added a commit
that referenced
this issue
Mar 10, 2017
|
|
alandekok |
43efa43
|
spbnick
closed this
Mar 15, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spbnick commentedMar 10, 2017
Issue type
Defect/Feature description
Coverity complains about
requestbeing possibly NULL and assumed not beingNULL at the same time in
cbtls_new_sessionin v3.0.x branch. Perhaps a checkshould be put at the start of the function and the
if (request)conditionremoved further into the function, or perhaps all the invocations of
*DEBUGshould be conditional. I'm not sure what to do myself.
Here are the warnings: