Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109882329
D41677.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
351 B
Referenced Files
None
Subscribers
None
D41677.diff
View Options
diff --git a/sys/arm64/arm64/trap.c b/sys/arm64/arm64/trap.c
--- a/sys/arm64/arm64/trap.c
+++ b/sys/arm64/arm64/trap.c
@@ -277,6 +277,7 @@
} else if (!ADDR_IS_CANONICAL(far)) {
/* We received a TBI/PAC/etc. fault from the kernel */
error = KERN_INVALID_ADDRESS;
+ pcb = td->td_pcb;
goto bad_far;
} else if (ADDR_IS_KERNEL(far)) {
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 11, 5:40 PM (14 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16598733
Default Alt Text
D41677.diff (351 B)
Attached To
Mode
D41677: arm64: initialize pcb in the TBI/PAC/etc. fault case
Attached
Detach File
Event Timeline
Log In to Comment