From 320620749669b1af8acfed265dfe56a15cec3170 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Tue, 5 Feb 2013 21:52:29 +0000 Subject: [PATCH] fix_use_after_free_qlocale_unix Gbp-Pq: Name fix_use_after_free_qlocale_unix.patch --- src/corelib/tools/qlocale_unix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/tools/qlocale_unix.cpp b/src/corelib/tools/qlocale_unix.cpp index 8e8f29056..249d4a247 100644 --- a/src/corelib/tools/qlocale_unix.cpp +++ b/src/corelib/tools/qlocale_unix.cpp @@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE -static const char *getSystemLocale() +static QByteArray getSystemLocale() { #if defined(Q_OS_QNX) static char buff[257]; -- 2.30.2