v5.24
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
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