[Bug 202776] Qt crashes when connecting to certain SSL certificate authenticated servers

Thorvald Natvig launchpad at natvig.com
Sun Mar 16 23:26:30 UTC 2008


This is a bug in Qt. I've reported in upstream to Trolltech and I'll
post any reply I get here.

Minimal example to reproduce:

sslbug.pro:
TARGET=sslbug
CONFIG += debug
QT = core network
SOURCES=sslbug.cpp

sslbug.cpp:
#include <QtCore>
#include <QtNetwork>

int main(int argc, char **argv) {
  QCoreApplication a(argc, argv);

  QSslSocket sock;
  sock.connectToHostEncrypted("extreme-gaming-clan.de", 64738);
  a.exec();
}

compile and run and it will segfault.

** Also affects: qt4-x11 (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: mumble (Ubuntu)
       Status: New => Confirmed

-- 
Mumble crashes when connecting to certain SSL certificate authenticated servers
https://bugs.launchpad.net/bugs/202776
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to qt4-x11 in ubuntu.




More information about the kubuntu-bugs mailing list