You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2017/05/11 07:08:55 UTC

[trafficserver] 02/02: Coverity CID #1021871 Dereference null return value

This is an automated email from the ASF dual-hosted git repository.

sorber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 51f1195d3de9bec10ec804a0edbe0935780b3ffc
Author: Phil Sorber <so...@apache.org>
AuthorDate: Wed May 10 15:21:13 2017 -0600

    Coverity CID #1021871 Dereference null return value
---
 ci/coverity-model.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/coverity-model.cpp b/ci/coverity-model.cpp
index df06a49..c24cfde 100644
--- a/ci/coverity-model.cpp
+++ b/ci/coverity-model.cpp
@@ -37,8 +37,8 @@ pcre_exec(const pcre *argument_re, const pcre_extra *extra_data,
 
 
 // Indicate that our abort function really is that ...
-static void
-ink_die_die_die()
+void
+ink_abort(const char *message_format, ...)
 {
   __coverity_panic__();
 }

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.