/*
- * Copyright (C) 2003-2007, 2009, 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2003-2007, 2009, 2013-2017 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
/*
- * Copyright (C) 2000-2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2000-2009, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
/*
- * Portions Copyright (C) 1996-2001, 2004, 2005, 2007, 2008, 2012-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 1996-2001, 2004, 2005, 2007, 2008, 2012-2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
} while (0)
#define DELETE_TRACE(a, b, c, d, e) \
do { \
- if ((isc_mem_debugging & TRACE_OR_RECORD) != 0 && \
+ if ((isc_mem_debugging & TRACE_OR_RECORD) != 0 && \
b != NULL) \
delete_trace_entry(a, b, c, d, e); \
} while(0)
/*
- * Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this