[PATCH] Fix strict aliasing warnings in ctdb_client

Amitay Isaacs amitay at gmail.com
Mon Apr 30 08:45:52 UTC 2018


On Sat, Apr 28, 2018 at 12:47 AM, Andreas Schneider via
samba-technical <samba-technical at lists.samba.org> wrote:
> Hi,
>
> see attached.
>
>
> Review much appreciated.
>

This is actually wrong.  It fixes the data format to LE, which will
break things on BE machine.

We need to fix the format for all the stored data and on-wire data.
It might be better to change all the formats at once since it will
break backward compatibility.

Amitay.



More information about the samba-technical mailing list