~ruther/guix-local

ref: 378920defcb263890abc3ff66e088cea425d1433 guix-local/gnu/packages/patches/icecat-CVE-2016-2818-pt6.patch -rw-r--r-- 734 bytes
378920de — Andreas Enge gnu: python-django: Add patch file. 9 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  changeset:   312067:380ddd689680
  user:        Timothy Nikkel <tnikkel@gmail.com>
  Date:        Tue May 10 22:58:26 2016 -0500
  summary:     Bug 1261752. Part 1. r=mats a=ritu

diff -r 02df988a56ae -r 380ddd689680 view/nsViewManager.cpp
--- a/view/nsViewManager.cpp	Thu May 26 10:06:15 2016 -0700
+++ b/view/nsViewManager.cpp	Tue May 10 22:58:26 2016 -0500
@@ -416,7 +416,7 @@
   if (aWidget->NeedsPaint()) {
     // If an ancestor widget was hidden and then shown, we could
     // have a delayed resize to handle.
-    for (nsViewManager *vm = this; vm;
+    for (RefPtr<nsViewManager> vm = this; vm;
          vm = vm->mRootView->GetParent()
            ? vm->mRootView->GetParent()->GetViewManager()
            : nullptr) {