Re: [PATCH] PR d/89177 - Fix unaligned access in std.digest.murmurhash

2019-03-02 Thread Johannes Pfau
Am 01.03.19 um 10:43 schrieb Iain Buclaw: On Sun, 24 Feb 2019 at 16:30, Johannes Pfau wrote: Backport latest murmurhash version from upstream (2.084.1). Ran gdc testsuite on X86_64 linux and got feedback on the bugzilla this really fixes the issue. Raise a pull request with upstream (dmd-cxx

Re: [PATCH] PR d/89177 - Fix unaligned access in std.digest.murmurhash

2019-03-01 Thread Iain Buclaw
On Sun, 24 Feb 2019 at 16:30, Johannes Pfau wrote: > > Backport latest murmurhash version from upstream (2.084.1). Ran gdc testsuite > on X86_64 linux and got feedback on the bugzilla this really fixes the issue. > Raise a pull request with upstream (dmd-cxx is the branch), then this is OK to com

[PATCH] PR d/89177 - Fix unaligned access in std.digest.murmurhash

2019-02-24 Thread Johannes Pfau
Backport latest murmurhash version from upstream (2.084.1). Ran gdc testsuite on X86_64 linux and got feedback on the bugzilla this really fixes the issue. libphobos/ChangeLog: 2019-02-24 Johannes Pfau * src/std/digest/murmurhash.d: PR d/89177: Backport from upstream. Fixes un