Closed jeremykubica closed 5 months ago
Change the kernel memory functions to allow arrays with a large amount of data (needing indices of int64). Change unsigned long to uint64_t for consistency throughout the code.
unsigned long
uint64_t
Also adds a divide by zero check in the core search code.
Change the kernel memory functions to allow arrays with a large amount of data (needing indices of int64). Change
unsigned long
touint64_t
for consistency throughout the code.Also adds a divide by zero check in the core search code.