Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153413316
D50203.id154964.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
444 B
Referenced Files
None
Subscribers
None
D50203.id154964.diff
View Options
diff --git a/sys/arm64/arm64/undefined.c b/sys/arm64/arm64/undefined.c
--- a/sys/arm64/arm64/undefined.c
+++ b/sys/arm64/arm64/undefined.c
@@ -322,8 +322,9 @@
if (el == 0) {
ret = fueword32((uint32_t *)frame->tf_elr, &insn);
+ /* Raise a SIGILL if we are unable to read the instruction */
if (ret != 0)
- panic("Unable to read userspace faulting instruction");
+ return (0);
} else {
insn = *(uint32_t *)frame->tf_elr;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 12:52 AM (12 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31942987
Default Alt Text
D50203.id154964.diff (444 B)
Attached To
Mode
D50203: arm64: Raise a SIGILL if we fail reading an insn
Attached
Detach File
Event Timeline
Log In to Comment