We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gnrc_pktsnip_t *gnrc_udp_hdr_build(gnrc_pktsnip_t *payload, uint8_t *src, size_t src_len, uint8_t *dst, size_t dst_len)
has uint8_t * arguments that will be dereferenced as uint16_t * which can lead to an unaligned access and the documentation doesn't warn the user.
uint8_t *
uint16_t *