You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2025. It is now read-only.
host: call LoadImage with parent handle and init child handle
Initialize the child image suppress the following valgrind errors:
==17180== Conditional jump or move depends on uninitialised value(s)
==17180== at 0x1169C8: install_protocol_interface (protocol.c:62)
==17180== by 0x115891: interface_init (interface.c:51)
==17180== by 0x110A5E: load_image (image.c:69)
==17180== by 0x10BCE9: load_and_execute (main.c:193)
==17180== by 0x10C3EA: main (main.c:374)
==17180== Uninitialised value was created by a stack allocation
==17180== at 0x10BC74: load_and_execute (main.c:181)
Signed-off-by: leo <[email protected]>
0 commit comments