Subject: CVS commit: pkgsrc/sysutils/xenkernel45
From: S.P.Zeidler
Date: 2015-03-10 21:08:44
Message id: 20150310200844.2951198@cvs.netbsd.org

Log Message:
xsa123.patch from upstream:
x86emul: fully ignore segment override for register-only operations

For ModRM encoded instructions with register operands we must not
overwrite ea.mem.seg (if a - bogus in that case - segment override was
present) as it aliases with ea.reg.

This is CVE-2015-2151 / XSA-123.

Files:
RevisionActionfile
1.5modifypkgsrc/sysutils/xenkernel45/Makefile
1.4modifypkgsrc/sysutils/xenkernel45/distinfo
1.1addpkgsrc/sysutils/xenkernel45/patches/patch-CVE-2015-2151