Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #67216
Ticket #67216
: run.1681134439.sh
File run.1681134439.sh,
183 bytes
(added by
msbit (Tom Sullivan)
,
19 months ago
)
reproducible script
Line
1
#!/usr/bin/env bash
2
3
gcc-mp-12 -fsanitize
=
address -x c <
(
echo
'main() {}'
)
4
ASAN_OPTIONS
=
detect_leaks
=
1
./a.out
&
5
child_pid
=
"
${
!
}
"
6
/usr/bin/sample
"
${
child_pid
}
"
3
7
kill
"
${
child_pid
}
"
Download in other formats:
Original Format