Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix potential null pointer deferenced (#363)
* Fix potential null pointer deferenced clist_content is a MACRO and return NULL: #define clist_content(iter) (iter ? (iter)->data : NULL) * FIx invalid test against NULL.
- Loading branch information