Thanks for your review. Using calloc() is really better than malloc(). I will modify and commit it later.
Thanks,
Ding Yemin.
Bart Van Assche <bart.vanassche@xxxxxxxxxxx>
2016-10-28 23:16 |
|
On 10/25/2016 01:19 AM, ding.yemin@xxxxxxxxxx wrote:
> }
> + if (size > 0)
> + {
> + ptr = malloc(size);
> + if (ptr)
> + {
> + memset(ptr, 0, size);
> + }
> + }
> return ptr;
> }
Hello Ding Yemin,
Please use calloc() instead of open coding it.
Thanks,
Bart.
-- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel