Skip to content
Snippets Groups Projects
  1. Oct 16, 2018
    • Eelco Dolstra's avatar
      Get rid of UDSRemoteStore::Connection · ba51100d
      Eelco Dolstra authored
      Since its superclass RemoteStore::Connection contains 'to' and 'from'
      fields that refer to the file descriptor maintained in the subclass,
      it was possible for the flush() call in Connection::~Connection() to
      write to a closed file descriptor (or worse, a file descriptor now
      referencing another file). So make sure that the file descriptor
      survives 'to' and 'from'.
      ba51100d
  2. Oct 09, 2018
  3. Oct 08, 2018
  4. Oct 04, 2018
  5. Oct 02, 2018
  6. Oct 01, 2018
  7. Sep 28, 2018
  8. Sep 27, 2018
  9. Sep 26, 2018
  10. Sep 25, 2018
  11. Sep 24, 2018
  12. Sep 19, 2018
  13. Sep 18, 2018
  14. Sep 17, 2018
Loading