• Oran Agra's avatar
    Fix cluster access to unaligned memory (SIGBUS on old ARM) (#7958) · 380f6048
    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.
    380f6048
cluster.h 14.1 KB