Date: Wed, 25 Jun 2014 06:23:56 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191356] New: security/heimdal consistent byte order for seed data with base system heimdal Message-ID: <bug-191356-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191356 Bug ID: 191356 Summary: security/heimdal consistent byte order for seed data with base system heimdal Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: dewayne@heuristicsystems.com.au This patch enables heimdal port and heimdal base to be consistent and talk nicely to each other. Please refer to errata notice "FreeBSD Errata Notice FreeBSD-EN-14:08.heimdal" (Note: spaces are substituted for tabs below, tabs should be reinserted before _gsskrb5...) Suggest to add security/heimdal/files/patch-lib__ggapi__krb5__prf.c @@ -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) { -- 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>