This commit is contained in:
Oliver Schneider
2017-06-23 13:30:31 +02:00
parent 9be3e9185b
commit c4fc6c677d
+1 -1
View File
@@ -91,7 +91,7 @@ fn description(&self) -> &str {
EvalError::ReadBytesAsPointer =>
"a memory access tried to interpret some bytes as a pointer",
EvalError::InvalidPointerMath =>
"attempted to do invalid arithmetic on pointers that would leak base addresses, e.g. compating pointers into different allocations",
"attempted to do invalid arithmetic on pointers that would leak base addresses, e.g. comparing pointers into different allocations",
EvalError::ReadUndefBytes =>
"attempted to read undefined bytes",
EvalError::DeadLocal =>