projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d44cd1
)
apps/speed.c: children should not inherit buffered I/O
author
Lutz Jänicke
<jaenicke@openssl.org>
Wed, 10 Dec 2008 08:03:47 +0000
(08:03 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Wed, 10 Dec 2008 08:03:47 +0000
(08:03 +0000)
PR: 1787
Submitted by: Artur Klauser <aklauser@google.com>
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index fed9131467090cf562f1d9fe83f3c5273db9adb7..209c0e64640ce4cbe17e9f5d4e13e9e64765031d 100644
(file)
--- a/
apps/speed.c
+++ b/
apps/speed.c
@@
-2593,6
+2593,8
@@
static int do_multi(int multi)
for(n=0 ; n < multi ; ++n)
{
pipe(fd);
+ fflush(stdout);
+ fflush(stderr);
if(fork())
{
close(fd[1]);