Skip to content
  1. Nov 10, 2016
    • Jacob Champion's avatar
      Remove unnecessary apr_table_do() function casts · defa309e
      Jacob Champion authored
      Function casts can cause hard-to-debug corruption issues if a
      declaration is accidentally changed to be incompatible. Luckily, most of
      the function casts for apr_table_do() calls are unnecessary. Remove
      them, and adjust the signatures for helpers that weren't taking void* as
      the first argument.
      
      The remaining helper that requires a cast is http_filter.c's
      form_header_field(), which is probably where many of these casts were
      copy-pasted from. I have left it as-is: it has other direct callers
      besides apr_table_do(), and it's already documented with warnings not to
      change the function signature.
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1769192 13f79535-47bb-0310-9956-ffa450edef68
      defa309e
  2. Nov 05, 2016
  3. Nov 04, 2016
  4. Nov 03, 2016
  5. Nov 02, 2016
  6. Nov 01, 2016
  7. Oct 31, 2016
  8. Oct 30, 2016
  9. Oct 29, 2016
  10. Oct 28, 2016
  11. Oct 27, 2016
  12. Oct 26, 2016
  13. Oct 24, 2016