Skip to content

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

Merged
2 commits merged into
cppcheck-opensource:masterfrom
rgeissert:master
Jan 4, 2011
Merged

Simplification of p = realloc(NULL, n) as p = malloc (n)#6
2 commits merged into
cppcheck-opensource:masterfrom
rgeissert:master

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

3d9550b
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs