Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142951636
D32355.id96981.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
381 B
Referenced Files
None
Subscribers
None
D32355.id96981.diff
View Options
Index: sys/amd64/linux/linux_ptrace.c
===================================================================
--- sys/amd64/linux/linux_ptrace.c
+++ sys/amd64/linux/linux_ptrace.c
@@ -570,7 +570,7 @@
return (error);
}
- if (sr.sr_error == 0) {
+ if (sr.sr_error == 0 || sr.sr_error == EJUSTRETURN) {
si.exit.rval = sr.sr_retval[0];
si.exit.is_error = 0;
} else {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 25, 10:03 PM (18 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27972966
Default Alt Text
D32355.id96981.diff (381 B)
Attached To
Mode
D32355: linux: Make PTRACE_GET_SYSCALL_INFO handle negative errnos
Attached
Detach File
Event Timeline
Log In to Comment