In modules/rtpengine/rtpengine.c:

>  found:
>  	if (do_test) {
>  		node->rn_disabled = rtpp_test(node, node->rn_disabled, 0);
>  		if (node->rn_disabled)
>  			goto retry;
>  	}
> +
> +	/* build hash table entry */
> +	struct rtpengine_hash_entry *entry = shm_malloc(sizeof(struct rtpp_node));

Return value of shm_malloc should be error checked (might be NULL)


Reply to this email directly or view it on GitHub.