osmo-ggsn/sgsnemu
Pau Espin e47932976c sgsnemu: Fix unaligned pointer access during ip/icmp checksum
Catched by gcc 9.1.0:
osmo-ggsn/sgsnemu/sgsnemu.c:1294:2: error: converting a packed struct ip_ping pointer (alignment 1) to a uint16_t {aka short unsigned int} pointer (alignment 2) may result in an unaligned pointer value [-Werror=address-of-packed-member]
 1294 |  p = (uint16_t *) & pack;

Change-Id: I783f104c31234a07f2a13f6dbc577a71b25b36a7
2019-07-29 18:06:20 +02:00
..
Makefile.am Move kernel GTP support from ggsn/ to lib/ 2018-04-25 21:44:46 +02:00
cmdline.c sgsnemu: listen param is a host, not an interface 2018-02-14 00:43:22 +00:00
cmdline.ggo sgsnemu: listen param is a host, not an interface 2018-02-14 00:43:22 +00:00
cmdline.h sgsnemu: listen param is a host, not an interface 2018-02-14 00:43:22 +00:00
sgsnemu.c sgsnemu: Fix unaligned pointer access during ip/icmp checksum 2019-07-29 18:06:20 +02:00