media/webrtc/trunk/build/asan.saves

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

michael@0 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
michael@0 2 # Use of this source code is governed by a BSD-style license that can be
michael@0 3 # found in the LICENSE file.
michael@0 4
michael@0 5 # This file lists symbols that should not be stripped by Xcode from the binaries
michael@0 6 # built for Mac OS X using AddressSanitizer
michael@0 7 # (http://dev.chromium.org/developers/testing/addresssanitizer).
michael@0 8
michael@0 9 ___asan_init
michael@0 10 ___asan_handle_no_return
michael@0 11 ___asan_register_global
michael@0 12 ___asan_register_globals
michael@0 13 ___asan_unregister_globals
michael@0 14 ___asan_report_load1
michael@0 15 ___asan_report_load2
michael@0 16 ___asan_report_load4
michael@0 17 ___asan_report_load8
michael@0 18 ___asan_report_load16
michael@0 19 ___asan_report_store1
michael@0 20 ___asan_report_store2
michael@0 21 ___asan_report_store4
michael@0 22 ___asan_report_store8
michael@0 23 ___asan_report_store16

mercurial