Task #131063 - fixed.err
back to task #131063download
Error: GCC_ANALYZER_WARNING (CWE-476):
gvfs-1.60.0/daemon/gvfsafpconnection.c:1064:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘err’
gvfs-1.60.0/daemon/gvfsafpconnection.c:1045:11: release_memory: ‘err’ is NULL
gvfs-1.60.0/daemon/gvfsafpconnection.c:1047:6: branch_false: following ‘false’ branch...
gvfs-1.60.0/daemon/gvfsafpconnection.c:1054:12: branch_false: ...to here
gvfs-1.60.0/daemon/gvfsafpconnection.c:1055:6: branch_true: following ‘true’ branch...
gvfs-1.60.0/daemon/gvfsafpconnection.c:1057:9: branch_true: ...to here
gvfs-1.60.0/daemon/gvfsafpconnection.c:1057:9: release_memory: ‘err’ is NULL
gvfs-1.60.0/daemon/gvfsafpconnection.c:1057:8: branch_false: following ‘false’ branch...
gvfs-1.60.0/daemon/gvfsafpconnection.c:1058:9: branch_false: ...to here
gvfs-1.60.0/daemon/gvfsafpconnection.c:1058:9: release_memory: ‘err’ is NULL
gvfs-1.60.0/daemon/gvfsafpconnection.c:1057:9: branch_false: following ‘false’ branch...
gvfs-1.60.0/daemon/gvfsafpconnection.c:1064:7: branch_false: ...to here
gvfs-1.60.0/daemon/gvfsafpconnection.c:1064:7: release_memory: ‘err’ is NULL
gvfs-1.60.0/daemon/gvfsafpconnection.c:1064:7: danger: dereference of NULL ‘err’
# 1062| else
# 1063| {
# 1064|-> g_warning ("FAIL!!! \"%s\"\n", err->message);
# 1065| }
# 1066| exit (0);
Error: GCC_ANALYZER_WARNING (CWE-476):
gvfs-1.60.0/daemon/gvfsafpconnection.c:1106:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘err’
gvfs-1.60.0/daemon/gvfsafpconnection.c:1086:11: release_memory: ‘err’ is NULL
gvfs-1.60.0/daemon/gvfsafpconnection.c:1089:6: branch_false: following ‘false’ branch...
gvfs-1.60.0/daemon/gvfsafpconnection.c:1096:12: branch_false: ...to here
gvfs-1.60.0/daemon/gvfsafpconnection.c:1097:6: branch_true: following ‘true’ branch...
gvfs-1.60.0/daemon/gvfsafpconnection.c:1099:9: branch_true: ...to here
gvfs-1.60.0/daemon/gvfsafpconnection.c:1099:9: release_memory: ‘err’ is NULL
gvfs-1.60.0/daemon/gvfsafpconnection.c:1099:8: branch_false: following ‘false’ branch...
gvfs-1.60.0/daemon/gvfsafpconnection.c:1100:9: branch_false: ...to here
gvfs-1.60.0/daemon/gvfsafpconnection.c:1100:9: release_memory: ‘err’ is NULL
gvfs-1.60.0/daemon/gvfsafpconnection.c:1099:9: branch_false: following ‘false’ branch...
gvfs-1.60.0/daemon/gvfsafpconnection.c:1106:7: branch_false: ...to here
gvfs-1.60.0/daemon/gvfsafpconnection.c:1106:7: release_memory: ‘err’ is NULL
gvfs-1.60.0/daemon/gvfsafpconnection.c:1106:7: danger: dereference of NULL ‘err’
# 1104| else
# 1105| {
# 1106|-> g_warning ("FAIL!!! \"%s\"\n", err->message);
# 1107| }
# 1108| exit (0);
Error: GCC_ANALYZER_WARNING (CWE-476):
gvfs-1.60.0/daemon/gvfsafpconnection.c:1788:18: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘reply’
gvfs-1.60.0/daemon/gvfsafpconnection.c:1736:1: enter_function: entry to ‘open_thread_func’
gvfs-1.60.0/daemon/gvfsafpconnection.c:1759:6: branch_false: following ‘false’ branch...
gvfs-1.60.0/daemon/gvfsafpconnection.c:1762:12: branch_false: ...to here
gvfs-1.60.0/daemon/gvfsafpconnection.c:1771:9: call_function: calling ‘send_request_sync’ from ‘open_thread_func’
gvfs-1.60.0/daemon/gvfsafpconnection.c:1771:9: return_function: returning to ‘open_thread_func’ from ‘send_request_sync’
gvfs-1.60.0/daemon/gvfsafpconnection.c:1774:6: branch_false: following ‘false’ branch...
gvfs-1.60.0/daemon/gvfsafpconnection.c:1777:9: branch_false: ...to here
gvfs-1.60.0/daemon/gvfsafpconnection.c:1777:9: call_function: calling ‘read_reply_sync’ from ‘open_thread_func’
gvfs-1.60.0/daemon/gvfsafpconnection.c:1777:9: return_function: returning to ‘open_thread_func’ from ‘read_reply_sync’
gvfs-1.60.0/daemon/gvfsafpconnection.c:1779:6: branch_false: following ‘false’ branch...
gvfs-1.60.0/daemon/gvfsafpconnection.c:1779:6: branch_false: ...to here
gvfs-1.60.0/daemon/gvfsafpconnection.c:1783:10: branch_true: following ‘true’ branch...
gvfs-1.60.0/daemon/gvfsafpconnection.c:1788:23: branch_true: ...to here
gvfs-1.60.0/daemon/gvfsafpconnection.c:1788:23: release_memory: ‘reply’ is NULL
gvfs-1.60.0/daemon/gvfsafpconnection.c:1788:18: danger: dereference of NULL ‘reply + (sizetype)pos’
# 1786| guint8 optionLength;
# 1787|
# 1788|-> optionType = reply[pos++];
# 1789| optionLength = reply[pos++];
# 1790|
Error: GCC_ANALYZER_WARNING (CWE-476):
gvfs-1.60.0/daemon/gvfsbackendarchive.c:426:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘file’
gvfs-1.60.0/daemon/gvfsbackendarchive.c:550:1: enter_function: entry to ‘create_file_tree’
gvfs-1.60.0/daemon/gvfsbackendarchive.c:559:3: branch_true: following ‘true’ branch...
gvfs-1.60.0/daemon/gvfsbackendarchive.c:559:3: branch_true: ...to here
gvfs-1.60.0/daemon/gvfsbackendarchive.c:564:10: branch_true: following ‘true’ branch...
gvfs-1.60.0/daemon/gvfsbackendarchive.c:569:14: branch_true: ...to here
gvfs-1.60.0/daemon/gvfsbackendarchive.c:577:18: call_function: calling ‘fixup_path’ from ‘create_file_tree’
gvfs-1.60.0/daemon/gvfsbackendarchive.c:577:18: return_function: returning to ‘create_file_tree’ from ‘fixup_path’
gvfs-1.60.0/daemon/gvfsbackendarchive.c:578:18: call_function: calling ‘archive_file_get_from_path’ from ‘create_file_tree’
gvfs-1.60.0/daemon/gvfsbackendarchive.c:578:18: return_function: returning to ‘create_file_tree’ from ‘archive_file_get_from_path’
gvfs-1.60.0/daemon/gvfsbackendarchive.c:581:14: branch_true: following ‘true’ branch...
gvfs-1.60.0/daemon/gvfsbackendarchive.c:583:15: branch_true: ...to here
gvfs-1.60.0/daemon/gvfsbackendarchive.c:583:15: call_function: calling ‘archive_file_set_info_from_entry’ from ‘create_file_tree’
# 424| mode_t mode;
# 425| int64_t size;
# 426|-> file->info = info;
# 427|
# 428| g_debug ("setting up %s (%s)\n", archive_entry_pathname (entry), file->name);