~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: 2014-01-21 21:22:04 UTC
  • Revision ID: chad.miller@canonical.com-20140121212204-wkrfe0z1io4guv1g
* Upstream release 32.0.1700.77:  (LP: #1269387)
  - Tab indicators for sound, webcam and casting 
  - Automatically blocking malware files 
  - A number of new apps/extension APIs 
  - Lots of under the hood changes for stability and performance 
  - CVE-2013-6646: Use-after-free in web workers.
  - CVE-2013-6641: Use-after-free related to forms.
  - CVE-2013-6642: Address bar spoofing in Chrome for Android.
  - CVE-2013-6643: Unprompted sync with an attacker’s Google account.
  - CVE-2013-6645: Use-after-free related to speech input elements.
  - CVE-2013-6644: Various fixes from internal audits, fuzzing and other
    initiatives.
* Re-merged webapps patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
--- a/src/build/common.gypi
6
6
+++ b/src/build/common.gypi
7
 
@@ -2858,7 +2858,7 @@
 
7
@@ -2893,7 +2893,7 @@
8
8
                   '-Wl,--as-needed',
9
9
                 ],
10
10
               }],
13
13
                 'ldflags': [
14
14
                   '-Wl,--no-as-needed',
15
15
                 ],
16
 
@@ -2894,7 +2894,6 @@
 
16
@@ -2929,7 +2929,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
 
@@ -2942,6 +2941,11 @@
 
24
@@ -2977,6 +2976,11 @@
25
25
                   '-fno-asynchronous-unwind-tables',
26
26
                 ],
27
27
               }],