diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-10-07 10:29:06 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-10-07 10:29:06 +0200 |
commit | dddb2aab8d8961fe1483258bd64cbf43b972ce0a (patch) | |
tree | a63d0dde4c7ae1e61c8f1b3910e328d89379634e /lib/hmac.c | |
parent | b7d3338df2843a064747d8928b0a9e8a2200e38d (diff) |
parseconfig: skip a NULL check
Coverity CID 1154198. This NULL check implies that the pointer _can_ be
NULL at this point, which it can't. Thus it is dead code. It tricks
static analyzers to warn about dereferencing the pointer since the code
seems to imply it can be NULL.
Diffstat (limited to 'lib/hmac.c')
0 files changed, 0 insertions, 0 deletions