[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] >

[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

[pacman-dev] [PATCH] Update copyright years for 2016

2016-01-02 Thread Allan McRae
make update-copyright OLD=2015 NEW=2016 Signed-off-by: Allan McRae --- This is an FYI - it is too big to send the whole patch. contrib/bacman.sh.in| 4 ++-- contrib/pacdiff.sh.in | 4 ++--