Task #130878 - fixed.err

back to task #130878
download
Error: GCC_ANALYZER_WARNING (CWE-457):
exfatprogs-1.3.2/lib/libexfat.c:539:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘&volume_label’
exfatprogs-1.3.2/lib/libexfat.c:495:5: enter_function: entry to ‘exfat_set_volume_label’
exfatprogs-1.3.2/lib/libexfat.c:509:12: branch_true: following ‘true’ branch...
exfatprogs-1.3.2/lib/libexfat.c:510:17: branch_true: ...to here
exfatprogs-1.3.2/lib/libexfat.c:522:28: call_function: calling ‘exfat_utf16_enc’ from ‘exfat_set_volume_label’
exfatprogs-1.3.2/lib/libexfat.c:522:28: return_function: returning to ‘exfat_set_volume_label’ from ‘exfat_utf16_enc’
exfatprogs-1.3.2/lib/libexfat.c:524:12: branch_false: following ‘false’ branch (when ‘volume_label_len >= 0’)...
exfatprogs-1.3.2/lib/libexfat.c:530:30: branch_false: ...to here
exfatprogs-1.3.2/lib/libexfat.c:531:15: call_function: calling ‘exfat_check_name’ from ‘exfat_set_volume_label’
exfatprogs-1.3.2/lib/libexfat.c:531:15: return_function: returning to ‘exfat_set_volume_label’ from ‘exfat_check_name’
exfatprogs-1.3.2/lib/libexfat.c:532:12: branch_false: following ‘false’ branch...
exfatprogs-1.3.2/lib/libexfat.c:539:9: branch_false: ...to here
exfatprogs-1.3.2/lib/libexfat.c:539:9: danger: use of uninitialized value ‘&volume_label’ here
#  537|   	}
#  538|   
#  539|-> 	memcpy(pvol->vol_label, volume_label, volume_label_len);
#  540|   
#  541|   	loc.parent = exfat->root;