This is an automated email from the ASF dual-hosted git repository. zwoop pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit c844211c2b5e529b767a3f9414b2547002b51fc0 Author: Phil Sorber <[email protected]> AuthorDate: Thu May 11 12:41:36 2017 -0600 Coverity CID #1021871 Dereference null return value --- iocore/cache/CacheDir.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/iocore/cache/CacheDir.cc b/iocore/cache/CacheDir.cc index da55c57..bad2f9d 100644 --- a/iocore/cache/CacheDir.cc +++ b/iocore/cache/CacheDir.cc @@ -1355,6 +1355,7 @@ dir_corrupt_bucket(Dir *b, int s, Vol *d) ink_release_assert(e); e = next_dir(e, seg); } + ink_release_assert(e); dir_set_next(e, dir_to_offset(e, seg)); } -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
