]> git.meshlink.io Git - utcp/commit
Fix potential segmentation fault when the receive callback is not set.
authorGuus Sliepen <guus@sliepen.org>
Thu, 16 Apr 2020 00:09:37 +0000 (02:09 +0200)
committerGuus Sliepen <guus@sliepen.org>
Thu, 16 Apr 2020 00:09:37 +0000 (02:09 +0200)
commita6ea3a99259b6f74c3151d0692d2899b3657b17d
treec6c8c612dc11acaac41567a7a3241eaaec6f70a9
parent955836e332b42d9152f6a6b594b1cfd038e639fa
Fix potential segmentation fault when the receive callback is not set.

A few calls to the callback function were missing a check that the
callback function pointer was non-NULL.
utcp.c