Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 06:25:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191356] security/heimdal consistent byte order for seed data with base system heimdal
Message-ID:  <bug-191356-13-X98wNBxnRg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191356-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191356-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191356

--- Comment #1 from dewayne@heuristicsystems.com.au ---
Apologies I missed cut/pasting the top lines:

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

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191356-13-X98wNBxnRg>