• Oran Agra's avatar
    Fix cluster access to unaligned memory (SIGBUS on old ARM) (#7958) · de4f04a2
    Oran Agra authored
    Turns out this was broken since version 4.0 when we added sds size
    classes.
    The cluster code uses sds for the receive buffer, and then casts it to a
    struct and accesses a 64 bit variable.
    This commit replaces the use of sds with a simple reallocated buffer.
    
    (cherry picked from commit 380f6048)
    de4f04a2
cluster.c 231 KB