#30 coverity - 13175 Side effect in assertion
Closed: Invalid None Opened 8 years ago by rmeggins.

slist_internal_link_element_after_element slist_link.c:38

CID 13175 (#1 of 1): Side effect in assertion (ASSERT_SIDE_EFFECT)
assert_side_effect: Argument slist_in_list_element of assert() has a side effect because the variable is volatile. The containing function might work differently in a non-debug build.
38 assert( slist_in_list_element != 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

Login to comment on this ticket.

Metadata