qt5base-lts/src/network
Peter Hartmann f273d6fbc0 QNetworkConfigurationManager: check whether app is shutting down
... before trying to update the configurations. Before, we would check
whether the pointer to the QNetworkConfigurationManagerPrivate instance
was 0 and in that case construct it. This would mean that this code path
was taken "at app shutdown", i.e. when the qAddPostRoutine had already
been called but the other statics were still accessed.

Note: This is not thread safe, but neither is the rest of the code;
making it thread-safe would require additional changes.

Task-number: QTBUG-30585
Change-Id: I8f6cf616e3f3ba1e84b8246589fb7210d2dae57a
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
2013-04-10 13:27:01 +02:00
..
access QHttpMultipart: reset read pointer when device is reset 2013-03-24 13:56:32 +01:00
bearer QNetworkConfigurationManager: check whether app is shutting down 2013-04-10 13:27:01 +02:00
doc Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
kernel Merge branch 'dev' into stable 2013-03-20 13:49:28 +01:00
socket QThread: fix race when setting the eventDispatcher 2013-03-22 16:44:51 +01:00
ssl SSL code: store SSL parameters for debugging, guarded by define 2013-03-22 19:52:26 +01:00
network.pro remove explicit load(qt_build_config)s from the libraries 2012-10-19 13:02:17 +02:00