Date: Tue, 26 Jul 2011 07:00:20 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/159147: commit references a PR Message-ID: <201107260700.p6Q70Kp7055456@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/159147; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/159147: commit references a PR Date: Tue, 26 Jul 2011 06:54:59 +0000 (UTC) dim 2011-07-26 06:54:46 UTC FreeBSD ports repository (src committer) Modified files: security/libgcrypt/files patch-cipher-rijndael.c Log: In the AES-NI inline assembly, change instances of 'cmpq' to 'cmpl'. I had erroneously assumed this would only be compiled on amd64, but even then a 64 bit compare is wrong. The variables referenced in the inline assembly are all plain int, so 32 bit. PR: ports/159147 Pointy hat to: dim Requested by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Revision Changes Path 1.2 +8 -8 ports/security/libgcrypt/files/patch-cipher-rijndael.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107260700.p6Q70Kp7055456>