qemu
qemu copied to clipboard
QEMU with additional QEMU_EXECVE flag that persists emulator after an execve
Results
1
qemu issues
Sort by
recently updated
recently updated
newest added
Hi! In the `load_script_file` function: The `buf` variable is defined as a local variable on the stack: https://github.com/balena-io/qemu/blob/639d1d8903f65d74eb04c49e0df7a4b2f014cd86/linux-user/scriptload.c#L15 A `cp` pointer points at `buf`: https://github.com/balena-io/qemu/blob/639d1d8903f65d74eb04c49e0df7a4b2f014cd86/linux-user/scriptload.c#L41 The `i_name` pointer is assigned...