]> 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>
Tue, 22 Oct 2019 18:30:01 +0000 (20:30 +0200)
commitd7c5056beda5483fcd5c098165fffd9be86fe98d
tree87ef3d9a65bf1c43e3c3f80f461779e2867a0ff4
parent736237aeb21eceaf7a80f13d59ad47c35d76b8bb
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.

(cherry picked from commit 359be01b408ba4c60b968575ee6382ec5483f69f)
src/manifest.c