Skip to content
  1. Jan 17, 2019
  2. Jan 16, 2019
  3. Jan 15, 2019
  4. Jan 14, 2019
  5. Jan 12, 2019
  6. Jan 11, 2019
  7. Jan 10, 2019
  8. Jan 08, 2019
  9. Jan 07, 2019
  10. Jan 06, 2019
  11. Jan 01, 2019
  12. Dec 19, 2018
  13. Dec 18, 2018
  14. Dec 15, 2018
  15. Dec 11, 2018
    • Jim Jagielski's avatar
      Merge r1848236 from trunk: · 71cb5055
      Jim Jagielski authored
      core: Fix incorrect substitution of env vars in directives containing multiple env vars.
      
      In ap_resolve_env(), the string returned from getenv() should be copied since
      the returned string may be statically allocated.
      
      This fixes an issue where the value for the last env var is substituted for all
      env vars in a directive containing multiple env vars.
      
      Submitted by: hwibell
      Reviewed by: hwibell, covener, jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1848686 13f79535-47bb-0310-9956-ffa450edef68
      71cb5055