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

« back to all changes in this revision

Viewing changes to debian/patches/linker-asneeded-bug.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:
4
4
 
5
5
--- a/build/common.gypi
6
6
+++ b/build/common.gypi
7
 
@@ -3631,7 +3631,7 @@
 
7
@@ -3617,7 +3617,7 @@
8
8
                   '-fomit-frame-pointer',
9
9
                 ],
10
10
               }],
13
13
                 'ldflags': [
14
14
                   '-Wl,--no-as-needed',
15
15
                 ],
16
 
@@ -3679,7 +3679,6 @@
 
16
@@ -3665,7 +3665,6 @@
17
17
               # Specifically tell the linker to perform optimizations.
18
18
               # See http://lwn.net/Articles/192624/ .
19
19
               '-Wl,-O1',
21
21
             ],
22
22
             'conditions' : [
23
23
               ['no_gc_sections==0', {
24
 
@@ -3724,6 +3723,11 @@
 
24
@@ -3710,6 +3709,11 @@
25
25
                 'cflags': ['-fno-unwind-tables', '-fno-asynchronous-unwind-tables'],
26
26
                 'defines': ['NO_UNWIND_TABLES'],
27
27
               }],