diff -Nru kdebase-runtime-4.4.2/debian/changelog kdebase-runtime-4.4.2/debian/changelog --- kdebase-runtime-4.4.2/debian/changelog 2010-05-08 08:28:23.000000000 -0400 +++ kdebase-runtime-4.4.2/debian/changelog 2010-05-08 08:28:24.000000000 -0400 @@ -1,3 +1,11 @@ +kdebase-runtime (4:4.4.2-0ubuntu4.1) lucid-proposed; urgency=low + + * Add kubuntu_92_nepomukstorage_init_member_vars.diff from upstream. This + patch initializes member variables that may be accessed before they are + initialized in the code. (LP: #517962) + + -- Jonathan Thomas Fri, 07 May 2010 16:23:35 -0400 + kdebase-runtime (4:4.4.2-0ubuntu4) lucid; urgency=low * In kubuntu_89_ram_detection.diff, add a "First start=true" key to the diff -Nru kdebase-runtime-4.4.2/debian/patches/kubuntu_92_nepomukstorage_init_member_vars.diff kdebase-runtime-4.4.2/debian/patches/kubuntu_92_nepomukstorage_init_member_vars.diff --- kdebase-runtime-4.4.2/debian/patches/kubuntu_92_nepomukstorage_init_member_vars.diff 1969-12-31 19:00:00.000000000 -0500 +++ kdebase-runtime-4.4.2/debian/patches/kubuntu_92_nepomukstorage_init_member_vars.diff 2010-05-08 08:28:24.000000000 -0400 @@ -0,0 +1,15 @@ +Index: kdebase-runtime-4.4.2/nepomuk/services/storage/repository.cpp +=================================================================== +--- kdebase-runtime-4.4.2.orig/nepomuk/services/storage/repository.cpp 2010-05-07 16:21:55.321752978 -0400 ++++ kdebase-runtime-4.4.2/nepomuk/services/storage/repository.cpp 2010-05-07 16:22:12.440807567 -0400 +@@ -53,7 +53,9 @@ + : m_name( name ), + m_state( CLOSED ), + m_model( 0 ), +- m_modelCopyJob( 0 ) ++ m_backend( 0 ), ++ m_modelCopyJob( 0 ), ++ m_oldStorageBackend( 0 ) + { + } + diff -Nru kdebase-runtime-4.4.2/debian/patches/series kdebase-runtime-4.4.2/debian/patches/series --- kdebase-runtime-4.4.2/debian/patches/series 2010-05-08 08:28:23.000000000 -0400 +++ kdebase-runtime-4.4.2/debian/patches/series 2010-05-08 08:28:24.000000000 -0400 @@ -8,3 +8,4 @@ kubuntu_89_strigi_ram_detection.diff kubuntu_90_strigi_notification_polish.diff kubuntu_91_set_US_time_format.diff +kubuntu_92_nepomukstorage_init_member_vars.diff