From: Mark Andrews Date: Thu, 15 Feb 2018 21:41:41 +0000 (+1100) Subject: add POST(len); X-Git-Tag: v9.10.8rc1~91^2~3 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=4fdaf7e923909863b5669e7d69666e3c122d810f;p=thirdparty%2Fbind9.git add POST(len); --- diff --git a/lib/dns/spnego.c b/lib/dns/spnego.c index 9ec295f90e4..96749229837 100644 --- a/lib/dns/spnego.c +++ b/lib/dns/spnego.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2006-2018 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -1169,6 +1169,7 @@ der_put_int(unsigned char *p, size_t len, int val, size_t *size) return (ASN1_OVERFLOW); *p-- = 0; len--; + POST(len); } } else { val = ~val; @@ -1184,6 +1185,7 @@ der_put_int(unsigned char *p, size_t len, int val, size_t *size) return (ASN1_OVERFLOW); *p-- = 0xff; len--; + POST(len); } } *size = base - p; diff --git a/util/copyrights b/util/copyrights index 20af8a1cc62..6551230ec14 100644 --- a/util/copyrights +++ b/util/copyrights @@ -3440,7 +3440,7 @@ ./lib/dns/sdlz.c C.PORTION 1999,2000,2001,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018 ./lib/dns/soa.c C 2000,2001,2004,2005,2007,2009 ./lib/dns/spnego.asn1 X 2006 -./lib/dns/spnego.c C 2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 +./lib/dns/spnego.c C 2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018 ./lib/dns/spnego.h C 2006,2007 ./lib/dns/spnego_asn1.c C 2006,2007,2012,2013,2015,2018 ./lib/dns/spnego_asn1.pl PERL 2006,2007,2012