Add null check to make_zero function Protect against passing a NULL pointer to the function. Now it will always never crash and it will return a NULL pointer if the parameter is NULL.
1 files changed, 4 insertions(+), 2 deletions(-) M peano/peano.c
M peano/peano.c => peano/peano.c +4 -2