Re: [PATCH libnftnl 4/4] src: Use memcpy() to handle potentially unaligned data

2018-11-13 Thread Pablo Neira Ayuso
On Sun, Nov 11, 2018 at 11:52:58PM -0800, Matt Turner wrote: > On Thu, Nov 1, 2018 at 4:29 PM Pablo Neira Ayuso wrote: > > > > On Wed, Oct 31, 2018 at 07:18:04PM -0700, Matt Turner wrote: > > > On Fri, Oct 19, 2018 at 11:09 AM Matt Turner wrote: > > > > If you wouldn't mind, now might be a good

Re: [PATCH libnftnl 4/4] src: Use memcpy() to handle potentially unaligned data

2018-11-11 Thread Matt Turner
On Thu, Nov 1, 2018 at 4:29 PM Pablo Neira Ayuso wrote: > > On Wed, Oct 31, 2018 at 07:18:04PM -0700, Matt Turner wrote: > > On Fri, Oct 19, 2018 at 11:09 AM Matt Turner wrote: > > > If you wouldn't mind, now might be a good time to make a 1.1.2 > > > release. In the four months since 1.1.1

Re: [PATCH libnftnl 4/4] src: Use memcpy() to handle potentially unaligned data

2018-11-01 Thread Pablo Neira Ayuso
On Wed, Oct 31, 2018 at 07:18:04PM -0700, Matt Turner wrote: > On Fri, Oct 19, 2018 at 11:09 AM Matt Turner wrote: > > If you wouldn't mind, now might be a good time to make a 1.1.2 > > release. In the four months since 1.1.1 there are some important fixes > > for oddball systems (big endian,

Re: [PATCH libnftnl 4/4] src: Use memcpy() to handle potentially unaligned data

2018-10-19 Thread Matt Turner
On Fri, Oct 19, 2018 at 5:14 AM Pablo Neira Ayuso wrote: > > On Wed, Oct 17, 2018 at 12:32:54PM -0700, Matt Turner wrote: > > Rolf Eike Beer reported that nft-expr_quota-test fails > > with a SIGBUS on SPARC due to unaligned accesses. This patch resolves > > that and fixes additional sources of

Re: [PATCH libnftnl 4/4] src: Use memcpy() to handle potentially unaligned data

2018-10-19 Thread Pablo Neira Ayuso
On Wed, Oct 17, 2018 at 12:32:54PM -0700, Matt Turner wrote: > Rolf Eike Beer reported that nft-expr_quota-test fails > with a SIGBUS on SPARC due to unaligned accesses. This patch resolves > that and fixes additional sources of unaligned accesses matching the > same pattern. Both

Re: [PATCH libnftnl 4/4] src: Use memcpy() to handle potentially unaligned data

2018-10-18 Thread Matt Turner
On Thu, Oct 18, 2018 at 11:00 AM Pablo Neira Ayuso wrote: > > Hi! > > On Wed, Oct 17, 2018 at 12:32:54PM -0700, Matt Turner wrote: > > Rolf Eike Beer reported that nft-expr_quota-test fails > > with a SIGBUS on SPARC due to unaligned accesses. This patch resolves > > that and fixes additional

[PATCH libnftnl 4/4] src: Use memcpy() to handle potentially unaligned data

2018-10-17 Thread Matt Turner
Rolf Eike Beer reported that nft-expr_quota-test fails with a SIGBUS on SPARC due to unaligned accesses. This patch resolves that and fixes additional sources of unaligned accesses matching the same pattern. Both nft-expr_quota-test and nft-expr_objref-test generated unaligned accesses on DEC