https://bz.apache.org/bugzilla/show_bug.cgi?id=65955

            Bug ID: 65955
           Summary: md_store_fs.c:524:72: warning: ‘%s’ directive argument
                    is null [-Wformat-overflow=]
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_md
          Assignee: bugs@httpd.apache.org
          Reporter: dcb...@hotmail.com
  Target Milestone: ---

Source code is

       md_log_perror(MD_LOG_MARK, MD_LOG_ERR, rv, p, "mk_group_dir %d %s",
group, name);

Culprit line is line 630:

   if (   MD_OK(mk_group_dir(&gdir, s_fs, group, NULL, p))

It looks wrong to me for the fourth parameter to be NULL.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to