filter_chain: fix potential undefined behavior
If p_chain->first is NULL, we should not take the address of first->filter.
Showing
Please register or sign in to comment
If p_chain->first is NULL, we should not take the address of first->filter.