zperf takes a potentially unaligned netowrk packet, casts it to a struct, and then dereferences the fields. This causes a crash on cores that don't support unaligned access such as the Cortex-M0+. Use the UNALIGNED_GET helper instead. Signed-off-by: Michael Hope <mlhx@google.com> |
||
|---|---|---|
| .. | ||
| shell_utils.c | ||
| shell_utils.h | ||
| zperf_internal.h | ||
| zperf_session.c | ||
| zperf_session.h | ||
| zperf_shell.c | ||
| zperf_tcp_receiver.c | ||
| zperf_tcp_uploader.c | ||
| zperf_udp_receiver.c | ||
| zperf_udp_uploader.c | ||
| zperf.h | ||