]> git.meshlink.io Git - utcp/commitdiff
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)
A few calls to the callback function were missing a check that the
callback function pointer was non-NULL.


No differences found