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

David Binderman <dcb...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #2 from David Binderman <dcb...@hotmail.com> ---
Ok, more detail: 

The compiler warns about the %s. This is the fourth parameter "name", of
routine mk_group_dir.

This routine is marked static, so we know it is only called in source code
file md_store_fs.c.

$ fgrep -n mk_group_dir ./modules/md/md_store_fs.c
497:static apr_status_t mk_group_dir(const char **pdir, md_store_fs_t *s_fs, 
518:    md_log_perror(MD_LOG_MARK, MD_LOG_TRACE3, rv, p, "mk_group_dir %s perm
set", *pdir);
524:        md_log_perror(MD_LOG_MARK, MD_LOG_ERR, rv, p, "mk_group_dir %d %s",
group, name);
630:    if (   MD_OK(mk_group_dir(&gdir, s_fs, group, NULL, p)) 
631:        && MD_OK(mk_group_dir(&dir, s_fs, group, name, p))

Line 630 is the smoking gun. QED.

-- 
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