projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'
[deliverable/binutils-gdb.git]
/
libiberty
/
msdos.c
1
char
msg
[] =
"No vfork available - aborting
\n
"
;
2
vfork
()
3
{
4
write
(
1
,
msg
,
sizeof
(
msg
));
5
}
6
7
sigsetmask
()
8
{
9
/* no signals support in go32 (yet) */
10
}
11
12
waitpid
()
13
{
14
return
-
1
;
15
}
This page took
0.030645 seconds
and
4
git commands to generate.