Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
xen.787
5535f633-dont-leak-hypervisor-stack-to-toolstac...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 5535f633-dont-leak-hypervisor-stack-to-toolstacks.patch of Package xen.787
Subject: domctl/sysctl: don't leak hypervisor stack to toolstacks From: Andrew Cooper andrew.cooper3@citrix.com Tue Apr 21 09:03:15 2015 +0200 Date: Tue Apr 21 09:03:15 2015 +0200: Git: 4ff3449f0e9d175ceb9551d3f2aecb59273f639d This is CVE-2015-3340 / XSA-132. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Reviewed-by: Jan Beulich <jbeulich@suse.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Index: xen-4.4.2-testing/xen/arch/x86/domctl.c =================================================================== --- xen-4.4.2-testing.orig/xen/arch/x86/domctl.c +++ xen-4.4.2-testing/xen/arch/x86/domctl.c @@ -958,7 +958,7 @@ long arch_do_domctl( case XEN_DOMCTL_gettscinfo: { - xen_guest_tsc_info_t info; + xen_guest_tsc_info_t info = { 0 }; ret = -EINVAL; if ( d == current->domain ) /* no domain_pause() */ Index: xen-4.4.2-testing/xen/common/sysctl.c =================================================================== --- xen-4.4.2-testing.orig/xen/common/sysctl.c +++ xen-4.4.2-testing/xen/common/sysctl.c @@ -76,7 +76,7 @@ long do_sysctl(XEN_GUEST_HANDLE_PARAM(xe case XEN_SYSCTL_getdomaininfolist: { struct domain *d; - struct xen_domctl_getdomaininfo info; + struct xen_domctl_getdomaininfo info = { 0 }; u32 num_domains = 0; rcu_read_lock(&domlist_read_lock);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor