diff options
author | Doug Barton <dougb@FreeBSD.org> | 2008-12-23 18:35:21 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2008-12-23 18:35:21 +0000 |
commit | 2fabdf5789e562f51310270bef3cb863c0dc920b (patch) | |
tree | d25d756be8550df073eb3ed4e5b39831380291b5 /lib/isc/assertions.c | |
parent | e086bf114fd88cb7f882d66afe4492fe5659bcf2 (diff) |
Notes
Diffstat (limited to 'lib/isc/assertions.c')
-rw-r--r-- | lib/isc/assertions.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/isc/assertions.c b/lib/isc/assertions.c index b3fcf4a050de..3eb27e0be2dc 100644 --- a/lib/isc/assertions.c +++ b/lib/isc/assertions.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1997-2001 Internet Software Consortium. * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: assertions.c,v 1.17.18.2 2005/04/29 00:16:44 marka Exp $ */ +/* $Id: assertions.c,v 1.17.18.4 2008/10/15 23:46:06 tbox Exp $ */ /*! \file */ @@ -30,6 +30,7 @@ /*% * Forward. */ +/* coverity[+kill] */ static void default_callback(const char *, int, isc_assertiontype_t, const char *); |