Task #2325 - added.err
back to task #2325download
Error: GCC_ANALYZER_WARNING (CWE-476): bluechi-0.9.0-build/bluechi-0.9.0/src/libbluechi/common/common.h:15: included_from: Included from here. bluechi-0.9.0-build/bluechi-0.9.0/src/libbluechi/bus/utils.h:11: included_from: Included from here. bluechi-0.9.0-build/bluechi-0.9.0/src/client/client.h:8: included_from: Included from here. bluechi-0.9.0-build/bluechi-0.9.0/src/client/method-list-unit-files.c:10: included_from: Included from here. bluechi-0.9.0-build/bluechi-0.9.0/src/client/method-list-unit-files.c: scope_hint: In function ‘fetch_unit_file_list’ bluechi-0.9.0-build/bluechi-0.9.0/src/libbluechi/common/list.h:88:34: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘unit_file_list’ bluechi-0.9.0-build/bluechi-0.9.0/src/libbluechi/common/list.h:52:17: note: in expansion of macro ‘LIST_FIND_TAIL’ bluechi-0.9.0-build/bluechi-0.9.0/src/client/method-list-unit-files.c:80:17: note: in expansion of macro ‘LIST_APPEND’ bluechi-0.9.0-build/bluechi-0.9.0/src/client/method-list-unit-files.c:140:65: note: in expansion of macro ‘malloc0’ bluechi-0.9.0-build/bluechi-0.9.0/src/libbluechi/common/list.h:52:17: note: in expansion of macro ‘LIST_FIND_TAIL’ bluechi-0.9.0-build/bluechi-0.9.0/src/client/method-list-unit-files.c:80:17: note: in expansion of macro ‘LIST_APPEND’ bluechi-0.9.0-build/bluechi-0.9.0/src/libbluechi/common/list.h:52:17: note: in expansion of macro ‘LIST_FIND_TAIL’ bluechi-0.9.0-build/bluechi-0.9.0/src/client/method-list-unit-files.c:80:17: note: in expansion of macro ‘LIST_APPEND’ # 86| #define LIST_FIND_TAIL(name, item, tail) \ # 87| do { \ # 88|-> typeof(*(item)) *_item = (item); \ # 89| if (!_item) \ # 90| (tail) = NULL; \