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

2016-01-14 Thread Allan McRae
On 04/01/16 19:58, Andrew Gregory wrote: > On 01/02/16 at 10:14pm, Olivier Brunel wrote: >> 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.

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

2016-01-04 Thread Andrew Gregory
On 01/02/16 at 10:14pm, Olivier Brunel wrote: > 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]

[pacman-dev] [PATCH v2] 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