• A
    Suppress valgrind error about write sending uninitialized data. · 799a3cca
    antirez 提交于
    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.
    799a3cca
cluster.c 182.2 KB