Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F116048313
D42970.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
437 B
Referenced Files
None
Subscribers
None
D42970.diff
View Options
diff --git a/sys/arm/arm/undefined.c b/sys/arm/arm/undefined.c
--- a/sys/arm/arm/undefined.c
+++ b/sys/arm/arm/undefined.c
@@ -342,11 +342,11 @@
#else
printf("No debugger in kernel.\n");
#endif
- return;
- }
- else
- panic("Undefined instruction in kernel (0x%08x).\n",
+ } else if (uh == NULL) {
+ panic("Undefined instruction in kernel (0x%08x)",
fault_instruction);
+ }
+ return;
}
userret(td, frame);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 3, 1:45 AM (12 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17916693
Default Alt Text
D42970.diff (437 B)
Attached To
Mode
D42970: arm: Fix handling of undefined instructions in kernel mode
Attached
Detach File
Event Timeline
Log In to Comment