Repository: trafficserver
Updated Branches:
  refs/heads/master 9b5fbe5dd -> 95d70e801


Update coverity model


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/0b67d77c
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/0b67d77c
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/0b67d77c

Branch: refs/heads/master
Commit: 0b67d77cd8d5d881b7305ede5c99f34fc3cbf4bd
Parents: 9b5fbe5
Author: Leif Hedstrom <[email protected]>
Authored: Sun Jan 4 19:22:58 2015 -0700
Committer: Leif Hedstrom <[email protected]>
Committed: Sun Jan 4 19:22:58 2015 -0700

----------------------------------------------------------------------
 ci/coverity-model.cc | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0b67d77c/ci/coverity-model.cc
----------------------------------------------------------------------
diff --git a/ci/coverity-model.cc b/ci/coverity-model.cc
index bfd620a..7f02b8c 100644
--- a/ci/coverity-model.cc
+++ b/ci/coverity-model.cc
@@ -34,4 +34,13 @@ pcre_exec(const pcre *argument_re, const pcre_extra 
*extra_data,
 {
   __coverity_panic__();
 }
+
+
+// Indicate that our abort function really is that ...
+static void
+ink_die_die_die()
+{
+  __coverity_panic__();
+}
+
 } /* extern "C" */

Reply via email to