Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mips: null pointer deref should segfault
Dereferencing a null pointer causes an exception 0xC (EXCP_AdEL) instead of EXCP_TLBL. This should also trigger a segfault. Signed-off-by: Wesley W. Terpstra <[email protected]> Signed-off-by: Riku Voipio <[email protected]>
- Loading branch information