[FreeBSD-Announce] FreeBSD Errata Notice FreeBSD-EN-14:08.heimdal

Dewayne Geraghty dewayne.geraghty at heuristicsystems.com.au
Wed Jun 25 05:42:36 UTC 2014


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) {



More information about the freebsd-ports mailing list