From: Mark Andrews Date: Mon, 20 Jul 2009 01:54:46 +0000 (+0000) Subject: char mechbuf[17] -> unsigned char mechbuf[17] X-Git-Tag: v9.6.1-P1^2~1^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5296e040be1ca8ed08aa92e5da5f55f42950f83;p=thirdparty%2Fbind9.git char mechbuf[17] -> unsigned char mechbuf[17] --- diff --git a/lib/dns/spnego.c b/lib/dns/spnego.c index 0ae6ea233c0..8704e4bb1cc 100644 --- a/lib/dns/spnego.c +++ b/lib/dns/spnego.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: spnego.c,v 1.8.118.2 2009/01/18 23:47:40 tbox Exp $ */ +/* $Id: spnego.c,v 1.8.118.3 2009/07/20 01:54:46 marka Exp $ */ /*! \file * \brief @@ -622,7 +622,7 @@ gss_accept_sec_context_spnego(OM_uint32 *minor_status, } for (i = 0; !found && i < init_token.mechTypes.len; ++i) { - char mechbuf[17]; + unsigned char mechbuf[17]; size_t mech_len; ret = der_put_oid(mechbuf + sizeof(mechbuf) - 1,