Project

General

Profile

ยซ Previous | Next ยป 

Revision a5ecf7e0

Added by mame (Yusuke Endoh) almost 6 years ago

dir.c (join_path_from_pattern): check NULL from malloc

Coverity Scan points out that all the return values of GLOB_ALLOC_N are
NULL-checked except this call.