[pacman-dev] [PATCH] alpm: Fix possible alignment issues w/ events

2016-01-02 Thread Olivier Brunel
As reported by Rikard Falkeborn[1] using event-specific struct and then typecasting to the generic alpm_event_t could possibly lead to alignment issue, so we now always use alpm_event_t instead. [1] https://lists.archlinux.org/pipermail/pacman-dev/2015-December/020709.html Signed-off-by: Olivier

Re: [pacman-dev] [PATCH] alpm: Fix possible alignment issues w/ events

2016-01-02 Thread Rikard Falkeborn
2016-01-02 19:21 GMT+01:00 Olivier Brunel : > As reported by Rikard Falkeborn[1] using event-specific struct and then > typecasting to the generic alpm_event_t could possibly lead to alignment > issue, > so we now always use alpm_event_t instead. > > [1] >