raphael-group/comet

Possible segmentation fault in CoMEt exact test

Opened this issue · 0 comments

mdml commented

See this line in the C function comet_exact_test. Shouldn't we be allocating two doubles, i.e.

  pval = malloc(sizeof(double) * 2);