Task #130850 - fixed.err

back to task #130850
download
Error: GCC_ANALYZER_WARNING (CWE-401):
erofs-utils-1.9.1/lib/remotes/s3.c:922:1: warning[-Wanalyzer-malloc-leak]: leak of 'iter'
erofs-utils-1.9.1/lib/remotes/s3.c:1075:5: enter_function: entry to 's3erofs_build_trees'
erofs-utils-1.9.1/lib/remotes/s3.c:1092:15: call_function: calling 's3erofs_curl_easy_init' from 's3erofs_build_trees'
erofs-utils-1.9.1/lib/remotes/s3.c:1092:15: return_function: returning to 's3erofs_build_trees' from 's3erofs_curl_easy_init'
erofs-utils-1.9.1/lib/remotes/s3.c:1093:12: branch_false: following 'false' branch...
erofs-utils-1.9.1/lib/remotes/s3.c:1098:16: branch_false: ...to here
erofs-utils-1.9.1/lib/remotes/s3.c:1098:16: call_function: calling 's3erofs_create_object_iterator' from 's3erofs_build_trees'
#  920|   	iter->is_truncated = true;
#  921|   	return iter;
#  922|-> }
#  923|   
#  924|   static void s3erofs_destroy_object_iterator(struct s3erofs_object_iterator *it)