OpenCoverage

platform-tracing.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/openssh/src/platform-tracing.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5-
6-
7-
8-
9-
10-
11-
12void-
13platform_disable_tracing(int strict)-
14{-
15-
16-
17 if (prctl(
prctl( 4 , 0) != 0Description
TRUEnever evaluated
FALSEnever evaluated
0
18 4
prctl( 4 , 0) != 0Description
TRUEnever evaluated
FALSEnever evaluated
0
19 , 0) != 0
prctl( 4 , 0) != 0Description
TRUEnever evaluated
FALSEnever evaluated
&& strict
strictDescription
TRUEnever evaluated
FALSEnever evaluated
)
0
20 fatal("unable to make the process undumpable");
never executed: fatal("unable to make the process undumpable");
0
21}
never executed: end of block
0
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2