1. 08 May, 2017 1 commit
  2. 03 Jan, 2017 1 commit
  3. 26 Feb, 2016 1 commit
  4. 01 Jan, 2015 1 commit
  5. 14 Dec, 2014 1 commit
    • Max Kellermann's avatar
      lib/nfs/Connection: fix memory leak (and assertion failure) · a543627a
      Max Kellermann authored
      nfs_destroy_context() will invoke all pending callbacks with
      err==-EINTR.  In CancellableCallback::Callback(), this will invoke
      NfsConnection::DeferClose(), which however is only designed to be
      called from nfs_service().  In non-debug mode, this will leak memory
      because nfs_close_async() is never called.
      
      Workaround: before nfs_destroy_context(), invoke nfs_close_async() on
      all pending file handles.
      a543627a
  6. 01 Oct, 2014 2 commits
  7. 17 Jun, 2014 1 commit