| 313 | } |
| 314 | |
| 315 | static void |
| 316 | flush_line(void) |
| 317 | { |
| 318 | if (partial_line) |
| 319 | fputc('\n', stderr); |
| 320 | partial_line = 0; |
| 321 | } |
| 322 | |
| 323 | /* Report an error of the sandbox itself */ |
| 324 | void NONRET __attribute__((format(printf,1,2))) |
no outgoing calls
no test coverage detected
searching dependent graphs…