Skip to content

Commit ac7ac01

Browse files
committed
Explain why the branch is #nocov
1 parent 625c0bb commit ac7ac01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/forder.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ static void flush(void) {
128128
if (!retgrp) return;
129129
int me = omp_get_thread_num();
130130
int n = gs_thread_n[me];
131+
// normally doesn't happen, can be encountered under heavy load, #7051
131132
if (!n) return; // # nocov
132133
int newn = gs_n + n;
133134
if (gs_alloc < newn) {

0 commit comments

Comments
 (0)