Task #126 - fixed.err

back to task #126
download
Error: CLANG_WARNING:
man-db-2.12.0/gl/lib/argp-help.c:655:3: warning[core.uninitialized.Assign]: Assigned value is garbage or undefined
#  653|   hol_find_entry (struct hol *hol, const char *name)
#  654|   {
#  655|->   struct hol_entry *entry = hol->entries;
#  656|     unsigned num_entries = hol->num_entries;
#  657|   

Error: GCC_ANALYZER_WARNING (CWE-457):
man-db-2.12.0/gl/lib/argp-help.c: scope_hint: In function 'hol_find_entry'
man-db-2.12.0/gl/lib/argp-help.c:655:21: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value '*hol.entries'
man-db-2.12.0/gl/lib/argp-help.c:1858:1: note: in expansion of macro '__argp_state_help'
man-db-2.12.0/gl/lib/argp-help.c:1696:3: note: in expansion of macro '__flockfile'
man-db-2.12.0/gl/lib/argp-help.c: scope_hint: In function 'hol_find_entry'
#  653|   hol_find_entry (struct hol *hol, const char *name)
#  654|   {
#  655|->   struct hol_entry *entry = hol->entries;
#  656|     unsigned num_entries = hol->num_entries;
#  657|