This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenGGSN project".
The branch, master has been updated
via 1d85bea152506b4c812eafaccb0d390678f17ca9 (commit)
from f1e44c5493eec4f43006747e98ed8bddbf468c4c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-ggsn/commit/?id=1d85bea152506b4c812eafaccb0d39…
commit 1d85bea152506b4c812eafaccb0d390678f17ca9
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sat Nov 18 18:29:49 2017 +0100
sanitize build: ensure uint16/32 alignment in gtpie_test and in46a_test
Fixes sanitize build failures:
Testing gtpie_tlv()
../../../../src/osmo-ggsn/tests/gtp/gtpie_test.c:30:2: runtime error: load of
misaligned address 0x55c0a0830f21 for type 'uint16_t', which requires 2 byte
alignment
0x55c0a0830f21: note: pointer points here
00 00 00 17 00 06 01 02 03 04 05 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00
^
Testing gtpie_tv0()
Testing gtpie_tv1()
Testing gtpie_tv2()
../../../../src/osmo-ggsn/tests/gtp/gtpie_test.c:76:2: runtime error: load of
misaligned address 0x55c0a0830f21 for type 'uint16_t', which requires 2 byte
alignment
0x55c0a0830f21: note: pointer points here
00 00 00 2a ab cd 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00
^
Testing gtpie_tv4()
../../../../src/osmo-ggsn/tests/gtp/gtpie_test.c:90:2: runtime error: load of
misaligned address 0x55c0a0830f21 for type 'uint32_t', which requires 4 byte
alignment
0x55c0a0830f21: note: pointer points here
00 00 00 2a ab cd 01 23 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00
^
Testing gtpie_tv8()
../../../../src/osmo-ggsn/tests/gtp/gtpie_test.c:104:2: runtime error: load of
misaligned address 0x55c0a0830f21 for type 'uint32_t', which requires 4 byte
alignment
0x55c0a0830f21: note: pointer points here
00 00 00 2a 00 01 02 03 04 05 06 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00
^
../../../../src/osmo-ggsn/tests/gtp/gtpie_test.c:105:2: runtime error: load of
misaligned address 0x55c0a0830f25 for type 'uint32_t', which requires 4 byte
alignment
0x55c0a0830f25: note: pointer points here
00 01 02 03 04 05 06 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00
^
Change-Id: I9eb16450af942d6464211e190f6a4d5a1d814842
-----------------------------------------------------------------------
Summary of changes:
tests/gtp/gtpie_test.c | 11 ++++++-----
tests/lib/in46a_test.c | 3 ++-
2 files changed, 8 insertions(+), 6 deletions(-)
hooks/post-receive
--
The OpenGGSN project