[riot-notifications] [RIOT-OS/RIOT] gnrc_ipv6_ext_frag: check return value of msg_try_send() (#15526)
benpicco
notifications at github.com
Mon Nov 30 16:24:06 CET 2020
@benpicco commented on this pull request.
> @@ -291,13 +300,13 @@ static void _snd_buf_del(gnrc_ipv6_ext_frag_send_t *snd_buf)
snd_buf->pkt = NULL;
}
-static void _snd_buf_free(gnrc_ipv6_ext_frag_send_t *snd_buf)
+static void _snd_buf_free(gnrc_ipv6_ext_frag_send_t *snd_buf, int errno)
{
if (snd_buf->per_frag) {
gnrc_pktbuf_release(snd_buf->per_frag);
Should we also use `gnrc_pktbuf_release_error()` here?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15526#pullrequestreview-541013263
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201130/fdd03229/attachment.htm>
More information about the notifications
mailing list