Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 15:42:19 +1000
From:      Dewayne Geraghty <dewayne.geraghty@heuristicsystems.com.au>
To:        "freebsd-ports@freebsd.org" <freebsd-ports@FreeBSD.org>
Subject:   Re: [FreeBSD-Announce] FreeBSD Errata Notice FreeBSD-EN-14:08.heimdal
Message-ID:  <53AA613B.30004@heuristicsystems.com.au>
In-Reply-To: <201406241933.s5OJXt8l035215@freefall.freebsd.org>
References:  <201406241933.s5OJXt8l035215@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Regarding the errata notice for heimdal, for the sake of consistency
should the security/heimdal port also be patched?  The following is
against security/heimdal, and could be dropped into
security/heimdal/files if required:

--- lib/gssapi/krb5/prf.c.orig    2014-06-25 15:30:54.000000000 +1000
+++ lib/gssapi/krb5/prf.c 2014-06-25 15:31:45.000000000 +1000
@@ -119,7 +119,7 @@
     while(dol > 0) {
        size_t tsize;

-       _gsskrb5_encode_om_uint32(num, input.data);
+       _gsskrb5_encode_be_om_uint32(num, input.data);

        ret = krb5_crypto_prf(context, crypto, &input, &output);
        if (ret) {




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53AA613B.30004>