MmgTools / ParMmg

Distributed parallelization of 3D volume mesh adaptation
Other
34 stars 19 forks source link

Fix memory errors due to the call of functions on null pointers (mems… #93

Closed Algiane closed 1 year ago

Algiane commented 1 year ago

…et and qsort): these functions doesn't expect null pointers, after their calls the point still prints NULL, 0 and (nil) values with %s, %d and %p format but evaluates to 1 inside if tests.