acrn-hypervisor/devicemodel/core
Yonghua Huang b51b89807f dm: close filepointer before exiting acrn_load_elf()
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: #4085
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
2019-11-18 10:40:02 +08:00
..
console.c
gc.c
hugetlb.c dm: add support of high MMIO mapping 2019-02-28 18:33:11 +08:00
inout.c
main.c acrn-dm: enable debug option for acrn-dm 2019-04-16 15:24:25 +08:00
mem.c dm: fix some potential memory leaks 2019-07-19 16:37:33 +08:00
mevent.c dm: create mevent's pipe in non-blocking mode 2019-01-23 10:33:28 +08:00
monitor.c tools: acrn-manager: fix the possibility of creating directory at will by no permission process 2019-04-15 17:01:03 +08:00
mptbl.c dm: adapt mptable generation for VM with lapic pt 2019-01-28 19:47:33 +08:00
pm.c
post.c
sw_load_bzimage.c dm: use strncpy to replace strcpy 2018-12-25 18:40:04 +08:00
sw_load_common.c dm: leave a gap for 32-bit PCI hole in E820 map 2019-03-25 13:49:48 +08:00
sw_load_elf.c dm: close filepointer before exiting acrn_load_elf() 2019-11-18 10:40:02 +08:00
sw_load_ovmf.c dm: build E820 map for OVMF 2019-03-21 10:28:17 +08:00
sw_load_vsbl.c dm: use strncpy to replace strcpy 2018-12-25 18:40:04 +08:00
timer.c dm: provide timer callback handlers the number of expirations 2019-01-23 10:33:28 +08:00
vmmapi.c HV: use term of UUID 2019-04-12 13:45:32 +08:00
vrpmb.c