We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The tests load_aout_direct and load_elf_direct only check the return values of the load functions:
load_aout_direct
load_elf_direct
bhyve-multiboot/tests/test-multiboot.c
Lines 214 to 228 in 63cc3d7
Lines 302 to 306 in 63cc3d7
Instead they should also verify that copyin actually copied something. Probably the best idea is to
copyin
lowmem_buffer
highmem_buffer
mock_bhyveload.c
The text was updated successfully, but these errors were encountered:
joritkm
No branches or pull requests
The tests
load_aout_direct
andload_elf_direct
only check the return values of the load functions:bhyve-multiboot/tests/test-multiboot.c
Lines 214 to 228 in 63cc3d7
bhyve-multiboot/tests/test-multiboot.c
Lines 302 to 306 in 63cc3d7
Instead they should also verify that
copyin
actually copied something. Probably the best idea is tolowmem_buffer
andhighmem_buffer
pointers frommock_bhyveload.c
The text was updated successfully, but these errors were encountered: