aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-21 10:22:26 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-21 16:40:09 +0800
commit1afbd76155ca72b215f41f4870e5cdf91afd8f3c (patch)
tree4ed06cbce2247e36d48076543d284ed99d9c5365 /openbsc/include
parent34949ae9242445a6047dd289e149aae0d41871cb (diff)
abis_nm.c: Reading the in_addr can lead to unaligned memory access
The value of the in_addr might not be 32 bit aligned and reading it can generate an alignment error on ARM. Fix it by using memcpy to copy the data into a local variable. There are many more potential alignment issues that we will fix when we hit them.
Diffstat (limited to 'openbsc/include')
0 files changed, 0 insertions, 0 deletions