summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2012-07-21 14:38:20 -0300
committerLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2012-07-21 14:38:20 -0300
commit45c24b7d1364cdb600371722adf0ff2696f8cb81 (patch)
treee7c6ce33abb14da86f14c3d962fe16b5ffb8e4a0
parent82b717db226b7e639d1b98f1d2d7485cedc0028e (diff)
downloadqt4-x11-45c24b7d1364cdb600371722adf0ff2696f8cb81.tar.gz
Improve patch.
-rw-r--r--debian/patches/fix_use_after_free_qlocale_unix.patch9
1 files changed, 6 insertions, 3 deletions
diff --git a/debian/patches/fix_use_after_free_qlocale_unix.patch b/debian/patches/fix_use_after_free_qlocale_unix.patch
index 73559e3..d544137 100644
--- a/debian/patches/fix_use_after_free_qlocale_unix.patch
+++ b/debian/patches/fix_use_after_free_qlocale_unix.patch
@@ -1,11 +1,14 @@
Description: fix use after free in qlocale_unix.cpp
This patch avoids the use of the returned variable when the destructor
gets called.
+ .
+ Lisandro: this patch will certainly work within all architectures
+ that Debian supports, although I don't know if it will work in QNX.
Author: Julien Cristau <julien.cristau@logilab.fr>
Bug-Debian: http://bugs.debian.org/681476
-Origin: <vendor|upstream|other>, <url of original patch>
-Forwarded: <no|not-needed|url proving that it has been forwarded>
-Reviewed-By: <name and email of someone who approved the patch>
+Origin: http://bugs.debian.org/681476
+Forwarded: no
+Reviewed-By: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Last-Update: 2012-07-20
--- a/src/corelib/tools/qlocale_unix.cpp