mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-30 06:01:28 +00:00
In acrn_load_elf(), file pointer 'fp' is kept in open state before exiting if 'load_elf32()' is executed, this patch is to fix this bug. Tracked-On: #3817 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>