[PATCH] openbsc[master]: abis: fix unaligned memory access

2017-08-31 Thread Max
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3750 to look at the new patch set (#3). abis: fix unaligned memory access * replace pointer arithmetic and direct assignment with struct modification and function call to prevent

[PATCH] openbsc[master]: abis: fix unaligned memory access

2017-08-31 Thread Max
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3750 to look at the new patch set (#2). abis: fix unaligned memory access * replace pointer arithmetic with struct use to prevent unaligned memory access on arm * remove redundant

[PATCH] openbsc[master]: abis: fix unaligned memory access

2017-08-30 Thread Max
Review at https://gerrit.osmocom.org/3750 abis: fix unaligned memory access * replace pointer arithmetic with struct use to prevent unaligned memory access on arm. * constify function parameters Change-Id: Ie8a3107c22cd7f3682fac037e04a50ef3ea9171c Fixes: OS#2472 --- M