• A
    Cluster: initialized not used fileds in gossip section. · 2553f6c9
    antirez 提交于
    Otherwise we risk sending not initialized data to other nodes, that may
    contain anything. This was actually not possible only because the
    initialization of the buffer where the cluster packets header is created
    was larger than the 3 gossip sections we use, so the memory was already
    all filled with zeroes by the memset().
    2553f6c9
cluster.c 186.0 KB