#28 coverity - 13173 Side effect in assertion
Closed: Invalid Opened by rmeggins.

in slist_internal_link_element_after_element slist_link.c:39

CID 13173 (#1 of 1): Side effect in assertion (ASSERT_SIDE_EFFECT)assert_side_effect:
Argument se of assert() has a side effect because the variable is volatile. The containing function might work differently in a non-debug build.
39 assert( se != NULL );


Not sure what to do about this, but I don't think it is important to handle this now. Perhaps it will be fixed in a future version of liblfds.

Handled together with a 389 defect in this 389 ticket:
https://fedorahosted.org/389/ticket/48257

Metadata