mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-05-13 10:12:36 +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>