issues
search
dinhvh
/
libetpan
Mail Framework for C Language
www.etpan.org
Other
613
stars
284
forks
source link
Fix potential null pointer deferenced
#363
Closed
raniervf
closed
4 years ago
raniervf
commented
4 years ago
clist_content is a MACRO and return NULL:
define clist_content(iter) (iter ? (iter)->data : NULL)
clist_content is a MACRO and return NULL:
define clist_content(iter) (iter ? (iter)->data : NULL)