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