Comment 35 for bug 1512323

Revision history for this message
Steve Langasek (vorlon) wrote : Re: [Bug 1512323] Re: devices on devel-proposed/ubuntu do not boot with systemd 227-2ubuntu1

On Mon, Nov 16, 2015 at 03:49:15PM -0000, Martin Pitt wrote:
> > the only place where an unaligned 'out' argument is passed to
> siphash24_finalize() in practice is the test case

> No, also in networkd.

The code I see here in src/libsystemd-network/sd-dhcp-server.c is:

                        uint64_t hash;
                        siphash24_finalize((uint8_t*)&hash, &state);

which has no alignment issue.