1. 01 Jan, 2021 1 commit
  2. 08 Apr, 2020 1 commit
  3. 12 Mar, 2020 1 commit
  4. 18 Jan, 2020 1 commit
  5. 12 Jan, 2020 1 commit
  6. 03 Jan, 2020 1 commit
  7. 17 Jun, 2019 1 commit
  8. 31 Oct, 2018 1 commit
  9. 20 Aug, 2018 1 commit
  10. 08 May, 2017 1 commit
  11. 03 Jan, 2017 1 commit
  12. 26 Feb, 2016 1 commit
  13. 01 Jan, 2015 1 commit
  14. 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
  15. 01 Oct, 2014 2 commits
  16. 17 Jun, 2014 1 commit