Dereferenced non-allocated pointer error #75
Labels
error handling
Related to Oak's error handling system
hardening
Improvement to the soundness of the project
memory
Related to Oak's memory management
To make programs more correct, runtime checks could be added for determining whether or not the program is accessing memory it does not own.
To be a valid pointer, it must either:
Dereferencing an address that violates either of those rules could throw a
accessed unowned memory
error.The text was updated successfully, but these errors were encountered: