mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 09:06:30 +00:00
In enable_msr_interception(), by removing the local pointer declarations and all pointer arithmetic operations, the following violations are fixed. - Use of pointer arithmetic. - Pointer arithmetic is not on array. - Pointer not checked for null before use. Tracked-On: #861 Signed-off-by: Zide Chen <zide.chen@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
16 KiB
16 KiB