• antirez's avatar
    Suppress valgrind error about write sending uninitialized data. · 237ab727
    antirez authored
    Valgrind checks that the buffers we transfer via syscalls are all
    composed of bytes actually initialized. This is useful, it makes we able
    to avoid leaking informations in non initialized parts fo messages
    transferred to other hosts. This commit fixes one of such issues.
    237ab727
cluster.c 182 KB