Task #103681 - added.err

back to task #103681
download
Error: CLANG_WARNING:
avahi-0.9.rc3/avahi-daemon/ini-file-parser-test.c:206:13: warning[unix.Errno]: An undefined value may be read from 'errno'
#  204|       snprintf(test_confd_temp_dir, sizeof(test_confd_temp_dir), "%s", test_confd_temp_dir_templ);
#  205|       if (mkdtemp(test_confd_temp_dir) == NULL) {
#  206|->         if (errno == EEXIST)
#  207|               fprintf(stderr, "error: dir '%s' already exists\n", test_confd_temp_dir);
#  208|           else

Error: CLANG_WARNING:
avahi-0.9.rc3/avahi-daemon/ini-file-parser.c:127:5: warning[core.NonNullParamChecker]: Null pointer passed to 1st parameter expecting 'nonnull'
#  125|       }
#  126|   
#  127|->     qsort(filelist, filelist_count, sizeof(char *), avahi_ini_filename_compare);
#  128|       avahi_log_debug("Sorted list of conf.d files:");
#  129|       for (int i = 0; i < filelist_count; i++)