79208737

Date: 2024-11-20 19:52:09
Score: 2
Natty:
Report link

In your setup function you use assign malloc(size * sizeof(Cell)) on a Cell** type, if you wanted to make an array of Cell pointers you should use sizeof(Cell*) or sizeof(*field).

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Akino