Sourceware Bugzilla – Attachment 12911 Details for
Bug 26754
Race condition when resuming threads and one does an exec
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Reproducer (asm)
test_asm.S (text/x-csrc), 196 bytes, created by
Simon Marchi
on 2020-10-19 01:21:30 UTC
(
hide
)
Description:
Reproducer (asm)
Filename:
MIME Type:
Creator:
Simon Marchi
Created:
2020-10-19 01:21:30 UTC
Size:
196 bytes
patch
obsolete
>#include <asm/unistd.h> > >.global my_execve >my_execve: > push %rbp > mov %rsp, %rbp > > mov $__NR_execve, %rax > // rdi, rsi and rdx already contain the right arguments >the_syscall: > syscall > > pop %rbp
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 26754
:
12910
| 12911