summaryrefslogtreecommitdiffstats
path: root/src/gui/image
diff options
context:
space:
mode:
authorPeter Hartmann <phartmann@blackberry.com>2013-04-17 17:42:32 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-18 22:02:18 +0200
commit835e720c7e47e3e5ea70875bf26b0b71d6729b57 (patch)
tree329b0a5b941fa66c16f00a6b4ddb265ad437ef05 /src/gui/image
parentb3bed2c8deb8c4f09ac7b5023cfc24a69a95ad46 (diff)
SSL internals: fix memory corruption using QSslConfigurationPrivate
We are passing a QSslConfigurationPrivate that is allocated on the stack (in QSslSocketBackendPrivate::initSslContext()) to QSslConfiguration::QSslConfiguration(QSslConfigurationPrivate *dd). When the SSL context is destroyed, this object is not there any more. So now we create a deep copy of the configuration like we do in QSslSocket::sslConfiguration(). Task-number: QTBUG-30648 Change-Id: Iaefaa9c00fd6bfb707eba5ac59e9508bf951f8a5 Reviewed-by: Richard J. Moore <rich@kde.org>
Diffstat (limited to 'src/gui/image')
0 files changed, 0 insertions, 0 deletions