[Bug 191356] security/heimdal consistent byte order for seed data with base system heimdal

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 25 06:25:33 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191356

--- Comment #1 from dewayne at 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.


More information about the freebsd-ports-bugs mailing list