mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-10-31 18:09:19 +00:00
23a9a7dc6f
commit 585bb8f9a5e592f2ce7abbe5ed3112d5438d2754 upstream.
If either of the memory allocations in kvm_arch_vcpu_create() fail, the
vcpu which has been allocated and kvm_vcpu_init'd doesn't get uninit'd
in the error handling path. Add a call to kvm_vcpu_uninit() to fix this.
Fixes:
|
||
---|---|---|
.. | ||
00README.txt | ||
Kconfig | ||
kvm_cb.c | ||
kvm_locore.S | ||
kvm_mips.c | ||
kvm_mips_comm.h | ||
kvm_mips_commpage.c | ||
kvm_mips_dyntrans.c | ||
kvm_mips_emul.c | ||
kvm_mips_int.c | ||
kvm_mips_int.h | ||
kvm_mips_opcode.h | ||
kvm_mips_stats.c | ||
kvm_tlb.c | ||
kvm_trap_emul.c | ||
Makefile | ||
trace.h |