Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
external
/
subpack
/
net
/
squid
/
patches
/
001-glibc-compile.patch
blob: fd11e85ce4a502ea77eae6678e59ed3b98ee4393 [
file
] [
log
] [
blame
]
---
a
/
src
/
tools
.
cc
+++
b
/
src
/
tools
.
cc
@@
-
582
,
7
+
582
,
8
@@
enter_suid
(
void
)
}
#else
-
setuid
(
0
);
+
if
(
setuid
(
0
)
<
0
)
+
debugs
(
50
,
1
,
"no_suid: setuid (0)"
);
#endif
#if HAVE_PRCTL && defined(PR_SET_DUMPABLE)
/* Set Linux DUMPABLE flag */