Task #475 - added.err

back to task #475
download
Error: GCC_ANALYZER_WARNING (CWE-476):
gnupg2-2.4.5-build/gnupg-2.4.5/g10/export.c: scope_hint: In function ‘print_dane_records’
gnupg2-2.4.5-build/gnupg-2.4.5/g10/export.c:1754:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘domain’
gnupg2-2.4.5-build/gnupg-2.4.5/g10/main.h:25: included_from: Included from here.
gnupg2-2.4.5-build/gnupg-2.4.5/g10/options.h:27: included_from: Included from here.
gnupg2-2.4.5-build/gnupg-2.4.5/g10/export.c:30: included_from: Included from here.
gnupg2-2.4.5-build/gnupg-2.4.5/g10/export.c:2273:14: note: in expansion of macro ‘xcalloc’
# 1752|   
# 1753|         domain = strchr (mbox, '@');
# 1754|->       *domain++ = 0;
# 1755|   
# 1756|         if (1)

Error: COMPILER_WARNING (CWE-704):
gnupg2-2.4.5-build/gnupg-2.4.5/tools/gpg-card.c: scope_hint: In function ‘main’
gnupg2-2.4.5-build/gnupg-2.4.5/tools/gpg-card.c:318:21: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  316|     /* Set defaults for non given options.  */
#  317|     if (!opt.gpg_program)
#  318|->     opt.gpg_program = gnupg_module_name (GNUPG_MODULE_NAME_GPG);
#  319|     if (!opt.gpgsm_program)
#  320|       opt.gpgsm_program = gnupg_module_name (GNUPG_MODULE_NAME_GPGSM);

Error: COMPILER_WARNING (CWE-704):
gnupg2-2.4.5-build/gnupg-2.4.5/tools/gpg-card.c:320:23: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  318|       opt.gpg_program = gnupg_module_name (GNUPG_MODULE_NAME_GPG);
#  319|     if (!opt.gpgsm_program)
#  320|->     opt.gpgsm_program = gnupg_module_name (GNUPG_MODULE_NAME_GPGSM);
#  321|   
#  322|     /* Now build the list of commands.  We guess the size of the array