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

slist_internal_link_element_to_head slist_link.c:14

CID 13176 (#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.
14 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

Login to comment on this ticket.

Metadata