index
:
~cnx/afl++
this commit
dataflow
dev
run
stable
Security-oriented fuzzer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu_mode
/
unsigaction
/
unsigaction.c
blob: 004084f92db2148a43031cad71a2c3a4a3e9c0be (
plain
) (
blame
)
1
2
3
int
sigaction
(
int
signum
,
void
*
act
,
void
*
oldact
)
{
return
0
;
}