Skip to content

Simplify "x = realloc (0, n);" to "x = malloc(n);"

3d9550b
Select commit
Loading
Failed to load commit list.
Merged

Simplification of p = realloc(NULL, n) as p = malloc (n) #6

Simplify "x = realloc (0, n);" to "x = malloc(n);"
3d9550b
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs