projects
/
alioth
/
jupp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02c5d91
)
clobbered by vfork maybe(?) warns gcc, I can’t agree or disagree
author
mirabilos
<m@mirbsd.org>
Fri, 1 Dec 2017 22:24:28 +0000
(23:24 +0100)
committer
mirabilos
<m@mirbsd.org>
Fri, 1 Dec 2017 22:57:21 +0000
(23:57 +0100)
(cherry picked from commit
e3db0f6aba3c8e687d28d7a5c8d456647e88a7fe
)
ublock.c
patch
|
blob
|
history
diff --git
a/ublock.c
b/ublock.c
index
01d6220
..
d65e9b6
100644
(file)
--- a/
ublock.c
+++ b/
ublock.c
@@
-959,7
+959,7
@@
static int dofilt(BW *bw, unsigned char *s, void *object, int *notify)
{
int fr[2];
int fw;
- int flg = 0;
+
volatile
int flg = 0;
unsigned char *tf;
const char *sh;
#if defined(HAVE_PUTENV) && (WANT_FORK || defined(HAVE_UNSETENV))