1. 27 Jan, 2017 1 commit
  2. 26 Jan, 2017 7 commits
  3. 25 Jan, 2017 5 commits
  4. 24 Jan, 2017 2 commits
  5. 23 Jan, 2017 5 commits
  6. 21 Jan, 2017 8 commits
  7. 20 Jan, 2017 7 commits
  8. 19 Jan, 2017 4 commits
  9. 18 Jan, 2017 1 commit
    • Yann Ylavic's avatar
      event: follow up to r1762701. · fb221633
      Yann Ylavic authored
      Keep QUEUE_APPEND()+pollset_add() or QUEUE_REMOVE()+pollset_remove() atomic.
      
      Otherwise when a worker adds an entry in some queue (e.g. KA, lingering), it
      might race with the listener in the time between the mutex is released and the
      pollset is updated; meanwhile the listener might process the queue and find an
      entry no yet in its pollset.
      
      For the lingering queue, the entry could then have been used after its pool
      destroyed.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779354 13f79535-47bb-0310-9956-ffa450edef68
      fb221633