diff options
Diffstat (limited to 'debian/patches/0071-stream-restore-initialize-userdata-to-0.patch')
-rw-r--r-- | debian/patches/0071-stream-restore-initialize-userdata-to-0.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0071-stream-restore-initialize-userdata-to-0.patch b/debian/patches/0071-stream-restore-initialize-userdata-to-0.patch index c26a8750a..14b428617 100644 --- a/debian/patches/0071-stream-restore-initialize-userdata-to-0.patch +++ b/debian/patches/0071-stream-restore-initialize-userdata-to-0.patch @@ -1,7 +1,7 @@ From 8632bb344f9aea3fc1189b90bc3d24e45c2f87dc Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Marc-Andr=C3=A9=20Lureau?= <marc-andre.lureau@nokia.com> Date: Thu, 25 Jun 2009 13:13:43 +0300 -Subject: [PATCH] stream-restore: initialize userdata to 0 +Subject: [PATCH 71/85] stream-restore: initialize userdata to 0 This avoid crash when unloading and some slots are != NULL --- @@ -22,5 +22,5 @@ index 2354ed1..c477a66 100644 u->module = m; u->save_time_event = NULL; -- -1.5.6.3 +1.6.3.3 |