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.
1 file changed
tree: 4ed06cbce2247e36d48076543d284ed99d9c5365
  1. hlrsync/
  2. linux-kernel/
  3. openbsc/
  4. wireshark/