Skip to content
  1. Sep 21, 2016
  2. Sep 20, 2016
  3. Sep 19, 2016
  4. Sep 17, 2016
  5. Sep 15, 2016
  6. Sep 13, 2016
  7. Sep 12, 2016
  8. Sep 11, 2016
  9. Sep 10, 2016
  10. Sep 09, 2016
  11. Sep 07, 2016
  12. Sep 06, 2016
  13. Sep 03, 2016
  14. Sep 01, 2016
  15. Aug 31, 2016
  16. Aug 30, 2016
  17. Aug 29, 2016
    • Jacob Champion's avatar
      mpm_winnt: clear OVERLAPPED structs before reuse · 82764bd9
      Jacob Champion authored
      MSDN documentation states that
      
          Any unused members of [an OVERLAPPED] structure should always be
          initialized to zero before the structure is used in a function call.
          Otherwise, the function may fail and return ERROR_INVALID_PARAMETER.
      
      Prior to this patch, the internal state left over from previous
      overlapped I/O was passed into the next call. It's unclear what effect
      this might have, if any. (I have not personally witnessed an
      ERROR_INVALID_PARAMETER myself.)
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1758310 13f79535-47bb-0310-9956-ffa450edef68
      82764bd9