]> git.ipfire.org Git - thirdparty/ccache.git/commit
Fix possible NULL pointer dereference (#433)
authorIgor Pylypiv <igor.pylypiv@gmail.com>
Mon, 10 Jun 2019 20:52:35 +0000 (13:52 -0700)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 10 Jun 2019 20:52:35 +0000 (22:52 +0200)
commit359be01b408ba4c60b968575ee6382ec5483f69f
tree2cc1e1a65f1c8f898fae384d1bba88b3f5b646ff
parent0887dcaa24db74ef1e101827e3679d2ed0c3ae6e
Fix possible NULL pointer dereference (#433)

cppcheck:
  [src/manifest.c:270] -> [src/manifest.c:269]: (warning)
  Either the condition '!errmsg' is redundant or there is possible null pointer
  dereference: errmsg.
src/manifest.c