On Fri, Jun 7, 2019 at 6:02 AM <i...@apache.org> wrote: >... > \@@ -114,116 +93,73 @@ APR_DECLARE(apr_status_t) apr_dir_read(a > { > apr_status_t rv; > char *fname; > + apr_wchar_t wdirname[APR_PATH_MAX]; >
That's a crazy huge stack frame. I recognize we were doing this before this commit, but is it advisable? Should it be corrected? Cheers, -g