<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>214235</bug_id>
          
          <creation_ts>2020-07-12 09:14:51 -0700</creation_ts>
          <short_desc>Building PDFPlugin.mm with the macOS Big Sur public SDK fails</short_desc>
          <delta_ts>2020-07-16 00:23:39 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>Safari Technology Preview</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>214396</dup_id>
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=214396</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>214043</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Rob Buis">rbuis</reporter>
          <assigned_to name="Rob Buis">rbuis</assigned_to>
          <cc>aakash_jain</cc>
    
    <cc>ap</cc>
    
    <cc>beidson</cc>
    
    <cc>benjamin</cc>
    
    <cc>cdumez</cc>
    
    <cc>cmarcelo</cc>
    
    <cc>darin</cc>
    
    <cc>ews-watchlist</cc>
    
    <cc>jbedard</cc>
    
    <cc>thorton</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1670870</commentid>
    <comment_count>0</comment_count>
    <who name="Rob Buis">rbuis</who>
    <bug_when>2020-07-12 09:14:51 -0700</bug_when>
    <thetext>Build fails for PDFPlugin.mm:
PDFPlugin.mm:852:5: error: unknown type name &apos;CGDataProviderDirectAccessRangesCallbacks&apos;; did you mean &apos;CGDataProviderDirectCallbacks&apos;?
    CGDataProviderDirectAccessRangesCallbacks dataProviderCallbacks {
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    CGDataProviderDirectCallbacks
In file included from /Users/rwlbuis/work/WebKit/WebKitBuild/Release/DerivedSources/WebKit2/unified-sources/UnifiedSource55-mm.mm:1:
In file included from /Users/rwlbuis/work/WebKit/Source/WebKit/WebKit2Prefix.h:38:
In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:11:
In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBitmapContext.h:9:
In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGContext.h:16:
In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColor.h:15:
In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:15:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGDataProvider.h:113:46: note: &apos;CGDataProviderDirectCallbacks&apos; declared here
typedef struct CGDataProviderDirectCallbacks CGDataProviderDirectCallbacks;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1670887</commentid>
    <comment_count>1</comment_count>
      <attachid>404108</attachid>
    <who name="Rob Buis">rbuis</who>
    <bug_when>2020-07-12 11:02:06 -0700</bug_when>
    <thetext>Created attachment 404108
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1670900</commentid>
    <comment_count>2</comment_count>
      <attachid>404111</attachid>
    <who name="Rob Buis">rbuis</who>
    <bug_when>2020-07-12 12:38:37 -0700</bug_when>
    <thetext>Created attachment 404111
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1670921</commentid>
    <comment_count>3</comment_count>
      <attachid>404111</attachid>
    <who name="Darin Adler">darin</who>
    <bug_when>2020-07-12 14:31:50 -0700</bug_when>
    <thetext>Comment on attachment 404111
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=404111&amp;action=review

&gt; Source/WTF/wtf/PlatformEnableCocoa.h:376
&gt; -#if !defined(ENABLE_PDFKIT_PLUGIN) &amp;&amp; PLATFORM(MAC)
&gt; +#if !defined(ENABLE_PDFKIT_PLUGIN) &amp;&amp; PLATFORM(MAC) &amp;&amp; (USE(APPLE_INTERNAL_SDK) || __MAC_OS_X_VERSION_MIN_REQUIRED &lt; 101600)

This is the wrong solution. I think the correct solution is for us to put the CGDataProviderDirectAccessRangesCallbacks structure into CoreGraphicsSPI.h.

How does this code successfully build on non-Big-Sur macOS?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1671019</commentid>
    <comment_count>4</comment_count>
    <who name="Rob Buis">rbuis</who>
    <bug_when>2020-07-13 06:58:47 -0700</bug_when>
    <thetext>There were actually more build errors for this file:
In file included from /Users/rwlbuis/work/WebKit/WebKitBuild/Release/DerivedSources/WebKit2/unified-sources/UnifiedSource55-mm.mm:3:
/Users/rwlbuis/work/WebKit/Source/WebKit/WebProcess/Plugins/PDF/PDFPlugin.mm:854:9: error: cannot initialize a member subobject of type &apos;CGDataProviderGetBytePointerCallback _Nullable&apos;
      (aka &apos;const void * _Nullable (*)(void * _Nullable)&apos;) with an lvalue of type &apos;size_t (void *, void *, off_t, size_t)&apos; (aka &apos;unsigned long (void *, void *, long long, unsigned long)&apos;):
      different number of parameters (1 vs 4)
        dataProviderGetBytesAtPositionCallback,
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/rwlbuis/work/WebKit/Source/WebKit/WebProcess/Plugins/PDF/PDFPlugin.mm:855:9: error: cannot initialize a member subobject of type &apos;CGDataProviderReleaseBytePointerCallback _Nullable&apos;
      (aka &apos;void (*)(void * _Nullable, const void * _Nonnull)&apos;) with an lvalue of type &apos;void (void *, CFMutableArrayRef, const CFRange *, size_t)&apos; (aka
      &apos;void (void *, __CFArray *, const CFRange *, unsigned long)&apos;): different number of parameters (2 vs 4)
        dataProviderGetByteRangesCallback,
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/rwlbuis/work/WebKit/Source/WebKit/WebProcess/Plugins/PDF/PDFPlugin.mm:856:9: error: cannot initialize a member subobject of type &apos;CGDataProviderGetBytesAtPositionCallback _Nullable&apos; (aka
      &apos;unsigned long (*)(void * _Nullable, void * _Nonnull, long long, unsigned long)&apos;) with an lvalue of type &apos;void (void *)&apos;: different number of parameters (4 vs 1)
        dataProviderReleaseInfoCallback,
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/rwlbuis/work/WebKit/Source/WebKit/WebProcess/Plugins/PDF/PDFPlugin.mm:857:5: error: missing field &apos;releaseInfo&apos; initializer [-Werror,-Wmissing-field-initializers]
    };
    ^
/Users/rwlbuis/work/WebKit/Source/WebKit/WebProcess/Plugins/PDF/PDFPlugin.mm:868:106: error: use of undeclared identifier &apos;kCGDataProviderIndeterminateSize&apos;
    RetainPtr&lt;CGDataProviderRef&gt; dataProvider = adoptCF(CGDataProviderCreateMultiRangeDirectAccess(this, kCGDataProviderIndeterminateSize, &amp;dataProviderCallbacks));
                                                                                                         ^
/Users/rwlbuis/work/WebKit/Source/WebKit/WebProcess/Plugins/PDF/PDFPlugin.mm:869:51: error: use of undeclared identifier &apos;kCGDataProviderHasHighLatency&apos;
    CGDataProviderSetProperty(dataProvider.get(), kCGDataProviderHasHighLatency, kCFBooleanTrue);
                                                  ^
7 errors generated.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1671051</commentid>
    <comment_count>5</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2020-07-13 09:25:36 -0700</bug_when>
    <thetext>Let me ask this question again, before we start making changes to this file:

(In reply to Darin Adler from comment #3)
&gt; How does this code successfully build on non-Big-Sur macOS?

The answer to that will help us understand what we need to do to fix it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1671056</commentid>
    <comment_count>6</comment_count>
    <who name="Rob Buis">rbuis</who>
    <bug_when>2020-07-13 09:45:40 -0700</bug_when>
    <thetext>(In reply to Darin Adler from comment #5)
&gt; Let me ask this question again, before we start making changes to this file:
&gt; 
&gt; (In reply to Darin Adler from comment #3)
&gt; &gt; How does this code successfully build on non-Big-Sur macOS?
&gt; 
&gt; The answer to that will help us understand what we need to do to fix it.

Ah, it seems this code was introduced by https://bugs.webkit.org/show_bug.cgi?id=208599, guarded by HAVE_INCREMENTAL_PDF_APIS and then enabled by https://bugs.webkit.org/show_bug.cgi?id=208763.
So possibly disabling HAVE_INCREMENTAL_PDF_APIS for public SDK is the fix here.

I unfortunately have no information on CGDataProviderDirectAccessRangesCallbacks, so for me it is hard to fix it otherwise.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1671066</commentid>
    <comment_count>7</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2020-07-13 10:31:28 -0700</bug_when>
    <thetext>(In reply to Rob Buis from comment #6)
&gt; Ah, it seems this code was introduced by
&gt; https://bugs.webkit.org/show_bug.cgi?id=208599, guarded by
&gt; HAVE_INCREMENTAL_PDF_APIS and then enabled by
&gt; https://bugs.webkit.org/show_bug.cgi?id=208763.

OK, next step is to make a list of things needed from the SPI header for that new HAVE(INCREMENTAL_PDF_APIS) code.

&gt; So possibly disabling HAVE_INCREMENTAL_PDF_APIS for public SDK is the fix
&gt; here.

Disabling features for people who don’t have access to the internal SDK is the absolute last resort. It’s a bad pattern we want to avoid when possible.

&gt; I unfortunately have no information on
&gt; CGDataProviderDirectAccessRangesCallbacks, so for me it is hard to fix it
&gt; otherwise.

Yes, you might either need help from or have the be entirely done by someone from Apple who does have that information. I think Alexey said something about this earlier.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1671070</commentid>
    <comment_count>8</comment_count>
    <who name="Rob Buis">rbuis</who>
    <bug_when>2020-07-13 10:35:33 -0700</bug_when>
    <thetext>(In reply to Darin Adler from comment #7)
&gt; &gt; So possibly disabling HAVE_INCREMENTAL_PDF_APIS for public SDK is the fix
&gt; &gt; here.
&gt; 
&gt; Disabling features for people who don’t have access to the internal SDK is
&gt; the absolute last resort. It’s a bad pattern we want to avoid when possible.

Sorry, I should have been more clear, I meant disabling it for public SDK, not internal SDK.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1671081</commentid>
    <comment_count>9</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2020-07-13 10:50:10 -0700</bug_when>
    <thetext>(In reply to Rob Buis from comment #8)
&gt; (In reply to Darin Adler from comment #7)
&gt; &gt; &gt; So possibly disabling HAVE_INCREMENTAL_PDF_APIS for public SDK is the fix
&gt; &gt; &gt; here.
&gt; &gt; 
&gt; &gt; Disabling features for people who don’t have access to the internal SDK is
&gt; &gt; the absolute last resort. It’s a bad pattern we want to avoid when possible.
&gt; 
&gt; Sorry, I should have been more clear, I meant disabling it for public SDK,
&gt; not internal SDK.

Yes, that’s what I am talking about (please re-read and note the phrase &quot;don&apos;t have access&quot;). We should *not* disable features for public SDK except in unusual circumstances.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1671082</commentid>
    <comment_count>10</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2020-07-13 10:50:52 -0700</bug_when>
    <thetext>Next step is to make a list of things needed from the SPI header for that new HAVE(INCREMENTAL_PDF_APIS) code.

Is there someone who can do that?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1671084</commentid>
    <comment_count>11</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2020-07-13 10:51:15 -0700</bug_when>
    <thetext>Maybe Brady can make that list for us?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1671088</commentid>
    <comment_count>12</comment_count>
    <who name="Tim Horton">thorton</who>
    <bug_when>2020-07-13 10:56:43 -0700</bug_when>
    <thetext>Generally jbedard or someone else does this for the whole project at some point during the summer. I&apos;m not sure what the plan is this year, but cc&apos;ing them.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1671235</commentid>
    <comment_count>13</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2020-07-13 17:27:05 -0700</bug_when>
    <thetext>Yeah, there are going to be a ton of things like this, not just for Big Sur, but iOS, watchOS and tvOS too.

Aakash started work on the 2 weeks ago, but I think tvOS and watchOS EWS were a higher priority. Someone from Ops will get this build working in the next 2 weeks, I’ll make sure we keep this bug updated.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1672049</commentid>
    <comment_count>14</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2020-07-15 22:26:16 -0700</bug_when>
    <thetext>Linked this up to https://bugs.webkit.org/show_bug.cgi?id=214396, which should be enough to get WebKit to build for Big Sur with the Seed 1 SDK.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1672063</commentid>
    <comment_count>15</comment_count>
    <who name="Rob Buis">rbuis</who>
    <bug_when>2020-07-16 00:23:39 -0700</bug_when>
    <thetext>It looks like https://bugs.webkit.org/show_bug.cgi?id=214396 will fix this, so closing this one. Thanks!

*** This bug has been marked as a duplicate of bug 214396 ***</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>404108</attachid>
            <date>2020-07-12 11:02:06 -0700</date>
            <delta_ts>2020-07-12 12:38:32 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-214235-20200712190204.patch</filename>
            <type>text/plain</type>
            <size>1285</size>
            <attacher name="Rob Buis">rbuis</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjY0MjgwCmRpZmYgLS1naXQgYS9Tb3VyY2UvV1RGL0NoYW5n
ZUxvZyBiL1NvdXJjZS9XVEYvQ2hhbmdlTG9nCmluZGV4IGQ3YTA4YzE3Y2Y3YmRiNWFjMTYwMzM0
YzA0ZDQzOTQwZTJkNjcwMDAuLjAyZDYxNTc1ZTMyZmQ3Y2ViZTU5NWVmYjgwZmI3ZGI0ZTBiODQ1
N2MgMTAwNjQ0Ci0tLSBhL1NvdXJjZS9XVEYvQ2hhbmdlTG9nCisrKyBiL1NvdXJjZS9XVEYvQ2hh
bmdlTG9nCkBAIC0xLDMgKzEsMTUgQEAKKzIwMjAtMDctMTIgIFJvYiBCdWlzICA8cmJ1aXNAaWdh
bGlhLmNvbT4KKworICAgICAgICBCdWlsZGluZyBQREZQbHVnaW4ubW0gd2l0aCB0aGUgbWFjT1Mg
QmlnIFN1ciBwdWJsaWMgU0RLIGZhaWxzCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3Jn
L3Nob3dfYnVnLmNnaT9pZD0yMTQyMzUKKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9P
UFMhKS4KKworICAgICAgICBCdWlsZGluZyBQREZQbHVnaW4ubW0gd2l0aCB0aGUgbWFjT1MgQmln
IFN1ciBwdWJsaWMgU0RLIGZhaWxzLCBzbworICAgICAgICBkaXNhYmxlIFBERktJVF9QTFVHSU4g
Zm9yIG5vdy4KKworICAgICAgICAqIHd0Zi9QbGF0Zm9ybUVuYWJsZUNvY29hLmg6CisKIDIwMjAt
MDctMTEgIFNhbSBXZWluaWcgIDx3ZWluaWdAYXBwbGUuY29tPiBhbmQgWXVzdWtlIFN1enVraSAg
PHlzdXp1a2lAYXBwbGUuY29tPgogCiAgICAgICAgIFJlbGFuZGluZyAiTWFrZSBoYXNoZXIgd29y
ayB3aXRoIHR1cGxlLWxpa2UgY2xhc3NlcyIKZGlmZiAtLWdpdCBhL1NvdXJjZS9XVEYvd3RmL1Bs
YXRmb3JtRW5hYmxlQ29jb2EuaCBiL1NvdXJjZS9XVEYvd3RmL1BsYXRmb3JtRW5hYmxlQ29jb2Eu
aAppbmRleCBmODZlYjBhMWI4MmM5NDI1N2IyNzAzNzgzMWFmMWY4OWNjNmVhNGM2Li4yNGFiZTkz
MzYyNzkxNzJhZmNjOGYxZmIzYWIzNjU4MGVkODM1YTRkIDEwMDY0NAotLS0gYS9Tb3VyY2UvV1RG
L3d0Zi9QbGF0Zm9ybUVuYWJsZUNvY29hLmgKKysrIGIvU291cmNlL1dURi93dGYvUGxhdGZvcm1F
bmFibGVDb2NvYS5oCkBAIC0zNzMsNyArMzczLDcgQEAKICNkZWZpbmUgRU5BQkxFX1BJQ1RVUkVf
SU5fUElDVFVSRV9BUEkgMQogI2VuZGlmCiAKLSNpZiAhZGVmaW5lZChFTkFCTEVfUERGS0lUX1BM
VUdJTikgJiYgUExBVEZPUk0oTUFDKQorI2lmICFkZWZpbmVkKEVOQUJMRV9QREZLSVRfUExVR0lO
KSAmJiBQTEFURk9STShNQUMpICYmIFVTRShBUFBMRV9JTlRFUk5BTF9TREspCiAjZGVmaW5lIEVO
QUJMRV9QREZLSVRfUExVR0lOIDEKICNlbmRpZgogCg==
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>404111</attachid>
            <date>2020-07-12 12:38:37 -0700</date>
            <delta_ts>2020-07-13 09:25:50 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-214235-20200712203835.patch</filename>
            <type>text/plain</type>
            <size>1302</size>
            <attacher name="Rob Buis">rbuis</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjY0MjgzCmRpZmYgLS1naXQgYS9Tb3VyY2UvV1RGL0NoYW5n
ZUxvZyBiL1NvdXJjZS9XVEYvQ2hhbmdlTG9nCmluZGV4IGQ1ODA3NDZmMzhlOGJiNzRmYjQ2NDJm
ZWM2NjIxYTgzZTg3Zjg4OTYuLjkwYzdiYTUxMGQzMWE1MmFjYTBhOGNlMTJiOWI0ZmYxY2JlNmNl
MTEgMTAwNjQ0Ci0tLSBhL1NvdXJjZS9XVEYvQ2hhbmdlTG9nCisrKyBiL1NvdXJjZS9XVEYvQ2hh
bmdlTG9nCkBAIC0xLDMgKzEsMTUgQEAKKzIwMjAtMDctMTIgIFJvYiBCdWlzICA8cmJ1aXNAaWdh
bGlhLmNvbT4KKworICAgICAgICBCdWlsZGluZyBQREZQbHVnaW4ubW0gd2l0aCB0aGUgbWFjT1Mg
QmlnIFN1ciBwdWJsaWMgU0RLIGZhaWxzCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3Jn
L3Nob3dfYnVnLmNnaT9pZD0yMTQyMzUKKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9P
UFMhKS4KKworICAgICAgICBCdWlsZGluZyBQREZQbHVnaW4ubW0gd2l0aCB0aGUgbWFjT1MgQmln
IFN1ciBwdWJsaWMgU0RLIGZhaWxzLCBzbworICAgICAgICBkaXNhYmxlIFBERktJVF9QTFVHSU4g
Zm9yIHRoYXQgY29uZmlndXJhdGlvbi4KKworICAgICAgICAqIHd0Zi9QbGF0Zm9ybUVuYWJsZUNv
Y29hLmg6CisKIDIwMjAtMDctMTIgIFJvYiBCdWlzICA8cmJ1aXNAaWdhbGlhLmNvbT4KIAogICAg
ICAgICBJbXByb3ZlIElQdjYgZGV0ZWN0aW9uIHdoZW4gc2V0dGluZyBob3N0L2hvc3RuYW1lCmRp
ZmYgLS1naXQgYS9Tb3VyY2UvV1RGL3d0Zi9QbGF0Zm9ybUVuYWJsZUNvY29hLmggYi9Tb3VyY2Uv
V1RGL3d0Zi9QbGF0Zm9ybUVuYWJsZUNvY29hLmgKaW5kZXggZjg2ZWIwYTFiODJjOTQyNTdiMjcw
Mzc4MzFhZjFmODljYzZlYTRjNi4uMDlmNjcyZDhkYjUzZmVhZTdiY2I4M2NjYTliNWE5Y2I4M2Zi
MDMwOSAxMDA2NDQKLS0tIGEvU291cmNlL1dURi93dGYvUGxhdGZvcm1FbmFibGVDb2NvYS5oCisr
KyBiL1NvdXJjZS9XVEYvd3RmL1BsYXRmb3JtRW5hYmxlQ29jb2EuaApAQCAtMzczLDcgKzM3Myw3
IEBACiAjZGVmaW5lIEVOQUJMRV9QSUNUVVJFX0lOX1BJQ1RVUkVfQVBJIDEKICNlbmRpZgogCi0j
aWYgIWRlZmluZWQoRU5BQkxFX1BERktJVF9QTFVHSU4pICYmIFBMQVRGT1JNKE1BQykKKyNpZiAh
ZGVmaW5lZChFTkFCTEVfUERGS0lUX1BMVUdJTikgJiYgUExBVEZPUk0oTUFDKSAmJiAoVVNFKEFQ
UExFX0lOVEVSTkFMX1NESykgfHwgX19NQUNfT1NfWF9WRVJTSU9OX01JTl9SRVFVSVJFRCA8IDEw
MTYwMCkKICNkZWZpbmUgRU5BQkxFX1BERktJVF9QTFVHSU4gMQogI2VuZGlmCiAK
</data>
<flag name="review"
          id="419494"
          type_id="1"
          status="-"
          setter="darin"
    />
          </attachment>
      

    </bug>

</bugzilla>