-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtime: Add null pointer exception for read (#2780)
* runtime: Throw null pointer exception on read * runtime: Add test for null pointer exception on operator overloading * runtime: Update README.md AS version * runtime: Add arity to invoke_export test function name * runtime: Make size_of_rt_size a constant * runtime: Validate pointer access instead of using coersion on tests
- Loading branch information
Showing
7 changed files
with
209 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.