fix_use_after_free_qlocale_unix
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)
Gbp-Pq: Name fix_use_after_free_qlocale_unix.patch

src/corelib/tools/qlocale_unix.cpp

index 8e8f29056f84e514e64a8ab1ed0e03b079b8e5c4..249d4a2478452901e82b9218bc5bd7aed103a34c 100644 (file)
@@ -52,7 +52,7 @@
 
 QT_BEGIN_NAMESPACE
 
-static const char *getSystemLocale()
+static QByteArray getSystemLocale()
 {
 #if defined(Q_OS_QNX)
     static char buff[257];