~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/patches/arm-neon.patch

  • Committer: Chad MILLER
  • Date: 2015-04-17 00:17:26 UTC
  • Revision ID: chad.miller@canonical.com-20150417001726-dszj422xuq86ob42
* Upstream release 42.0.2311.90:
  - CVE-2015-1235: Cross-origin-bypass in HTML parser.
  - CVE-2015-1236: Cross-origin-bypass in Blink.
  - CVE-2015-1237: Use-after-free in IPC.
  - CVE-2015-1238: Out-of-bounds write in Skia.
  - CVE-2015-1240: Out-of-bounds read in WebGL.
  - CVE-2015-1241: Tap-Jacking.
  - CVE-2015-1242: Type confusion in V8.
  - CVE-2015-1244: HSTS bypass in WebSockets.
  - CVE-2015-1245: Use-after-free in PDFium.
  - CVE-2015-1247: Scheme issues in OpenSearch.
  - CVE-2015-1248: SafeBrowsing bypass.
* Upstream release 41.0.2272.118:
  - CVE-2015-1233: A special thanks to Anonymous for a combination of V8,
    Gamepad and IPC bugs that can lead to remote code execution outside of
    the sandbox. 
  - CVE-2015-1234: Buffer overflow via race condition in GPU.
* debian/chromium-browser-etc-customizations-flash-staleness: Ask sudo users
  to update flash player.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
--- a/third_party/webrtc/common_audio/common_audio.gyp
8
8
+++ b/third_party/webrtc/common_audio/common_audio.gyp
9
 
@@ -129,7 +129,7 @@
 
9
@@ -135,7 +135,7 @@
10
10
             'signal_processing/spl_sqrt_floor.c',
11
11
           ],
12
12
           'conditions': [
15
15
               'dependencies': ['common_audio_neon',],
16
16
               'sources': [
17
17
                 'signal_processing/filter_ar_fast_q12_armv7.S',
18
 
@@ -188,7 +188,7 @@
 
18
@@ -194,7 +194,7 @@
19
19
         },
20
20
       ],  # targets
21
21
     }],
48
48
   filter = new FIRFilterC(coefficients, coefficients_length);
49
49
--- a/third_party/webrtc/common_audio/resampler/sinc_resampler.cc
50
50
+++ b/third_party/webrtc/common_audio/resampler/sinc_resampler.cc
51
 
@@ -139,8 +139,7 @@ void SincResampler::InitializeCPUSpecifi
 
51
@@ -138,8 +138,7 @@ void SincResampler::InitializeCPUSpecifi
52
52
 #define CONVOLVE_FUNC convolve_proc_
53
53
 
54
54
 void SincResampler::InitializeCPUSpecificFeatures() {