]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add POST(tl)
authorMark Andrews <marka@isc.org>
Thu, 15 Feb 2018 05:21:57 +0000 (16:21 +1100)
committerMark Andrews <marka@isc.org>
Fri, 16 Feb 2018 03:08:26 +0000 (14:08 +1100)
lib/dns/rdata.c
util/copyrights

index 204729c4412172c49cafda99c5ef6168567420b3..42d4e2dc05ab413df00963a023a2534087e6f749 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-2017  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 1998-2018  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
@@ -1460,6 +1460,7 @@ txt_totext(isc_region_t *source, isc_boolean_t quote, isc_buffer_t *target) {
                        return (ISC_R_NOSPACE);
                *tp++ = '"';
                tl--;
+               POST(tl);
        }
        isc_buffer_add(target, (unsigned int)(tp - (char *)region.base));
        isc_region_consume(source, *source->base + 1);
@@ -1610,6 +1611,7 @@ multitxt_totext(isc_region_t *source, isc_buffer_t *target) {
                return (ISC_R_NOSPACE);
        *tp++ = '"';
        tl--;
+       POST(tl);
        isc_buffer_add(target, (unsigned int)(tp - (char *)region.base));
        return (ISC_R_SUCCESS);
 }
index 64df9be539746ee84507c035e616b1214b7bb9f4..dfdaed859d6e99b7325ff3609d5339e11f948aca 100644 (file)
 ./lib/dns/rbtdb64.c                            C       1999,2000,2001,2004,2005,2007,2016
 ./lib/dns/rbtdb64.h                            C       1999,2000,2001,2004,2005,2007,2016
 ./lib/dns/rcode.c                              C       1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/rdata.c                              C       1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
+./lib/dns/rdata.c                              C       1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
 ./lib/dns/rdata/any_255/tsig_250.c             C       1999,2000,2001,2002,2003,2004,2005,2007,2009,2011,2012,2015,2016,2017
 ./lib/dns/rdata/any_255/tsig_250.h             C       1999,2000,2001,2004,2005,2007,2016
 ./lib/dns/rdata/ch_3/a_1.c                     C       2005,2007,2009,2014,2015,2016,2017