Skip to content

v5.24

Compare
Choose a tag to compare
@carlgsmith carlgsmith released this 24 Aug 01:56
· 106 commits to master since this release
Fix a crash in apteryx_find_child

If a node is passed in with node->data set as NULL, then the strcmp
function crashes with a SIGSEGV fault. This is fixed by using the more
robust g_strcmp0