nextcloud-desktop/src
Olivier Goffart 039ff0ca8e PropagateDownload: fix possible crash
Backtrace looks like this:
Crash: EXCEPTION_ACCESS_VIOLATION_READ at 0x0
  File "propagatedownload.cpp", line 234, in OCC::GETFileJob::slotReadyRead
  File "moc_propagatedownl_CA5CFSHZDTX34X.cpp", line 86, in OCC::GETFileJob::qt_static_metacall
  File "qobject.cpp", line 495, in QMetaCallEvent::placeMetaCall
  File "qobject.cpp", line 1256, in QObject::event
  File "qapplication.cpp", line 3804, in QApplicationPrivate::notify_helper

GETFileJob::slotReadyRead can be called with a QueuedConnection when the
bendwith manager is involved. In that case, if the QNAM was reset
in between, the reply might have been destroyed.
(This is only speculation based on the backtrace)
2017-03-28 18:04:19 +02:00
..
3rdparty sqlite: Update bundled version to 3.16.1 2017-01-05 17:27:46 +01:00
cmd Revert "Disable RTTI" 2017-02-07 17:35:04 +01:00
crashreporter cmd and crashreporter minor typos 2015-09-10 17:34:26 +05:45
gui AccountState: Attempt to fix a crash 2017-03-28 18:04:19 +02:00
libsync PropagateDownload: fix possible crash 2017-03-28 18:04:19 +02:00
CMakeLists.txt Fix the UNIT_TESTING build on Windows 2017-02-14 14:32:41 +01:00