This still looks fishy:

+-                              if (ab->isFinished())
++                              if (!ab || ab->isFinished())
+                               {
+                                       ab->deleteLater();

i. e. if ab == NULL, the ->deleteLater() will still crash

kubuntu_10_multifile_4GB.patch removes a lot of comments and is a bit
hard to read; this could be stripped down a bit.

The rest looks fine.

-- 
[SRU] Citical bug cherrypicks from SVN
https://bugs.launchpad.net/bugs/110881
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to