malloc is not guaranteed to return 0'ed memory. The conventional wisdom is not only that, but that the contents of the memory is not guaranteed to return 0'ed memory.
malloc is not guaranteed to return 0'ed memory. The conventional wisdom is not only that, but that the contents of the memory is not guaranteed to return 0'ed memory.