On Tue, May 28, 2019 at 12:15:17PM +0200, RĂ©mi Bernon wrote:
As for NtAllocateVirtualMemory, the parameter was misinterpreted as an alignment value. This wasn't used anywhere, so just add an explicit alignment parameter to internal virtual_map_section function and return an error when zero_bits is used.
I might be missing something here, but if the non-default alignment is not needed, what's the purpose of the helper function?
Huw.