mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-01 05:25:46 +00:00
this patch is to fix error debug message for invalid 'param' case, there is no string variable for '%s' output, which will potenially trigger hypervisor crash as it may access random memroy address and trigger SMAP violation. Tracked-On: #3801 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>