summaryrefslogtreecommitdiffstats
path: root/base/security_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move base::FreeDeleter into its own header.dcheng2016-03-261-0/+1
* Memory Sheriff: Disable SecurityTest.NewOverflow on Linuxtommycli2016-02-091-1/+3
* Switch to standard integer types in base/.avi2015-12-261-0/+1
* Enable SecurityTest.NewOverflow under ThreadSanitizerglider2015-12-011-1/+1
* Add support for base::UncheckedMalloc on Windows.wfh2015-09-211-193/+1
* win: Get SecurityTest.CallocOverflow passing again after clang r235553.thakis2015-04-231-4/+4
* clang/win: Fix SecurityTest.CallocOverflow in -Os builds.thakis2015-04-061-4/+4
* clang/win: Prevent clang from optimizing away a malloc in a test.Nico Weber2015-01-221-1/+2
* Restore the allocator shim on Windows. Add 2Gb limit on allocations via the ...wfh2015-01-131-17/+98
* Enable MSVC warning for unused locals.Peter Kasting2014-11-201-1/+3
* Disable SecurityTest.NewOverflow as it fails on 10.8John Abd-El-Malek2014-10-021-7/+7
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-131-1/+1
* Define ADDRESS_SANITIZER whenever ASan is usedtimurrrr@chromium.org2014-05-071-3/+4
* remove redundant ifdefsestade@chromium.org2014-04-151-3/+3
* Use SYZYASAN instead of ADDRESS_SANITIZER.chrisha@google.com2014-03-271-2/+2
* Add use_allocator instead of linux_use_tcmalloc to switch the allocator.dmikurube@chromium.org2014-03-051-1/+1
* Fix SecurityTest.CallocOverflow when it's SyzyASan instrumented.sebmarchand@chromium.org2014-01-181-2/+3
* Fixes for -Wunused-function on Linux, Android and ChromeOShans@chromium.org2013-11-121-13/+0
* Disable SecurityTest.NewOverflow under ThreadSanitizer v2glider@chromium.org2013-10-241-4/+4
* Re-enable SecurityTest.CallocOverflowhans@chromium.org2013-10-141-7/+1
* Revert 227219 "Revert 226920 "Roll Clang 188423:191856.""thakis@chromium.org2013-10-121-6/+3
* Revert 227006 "Revert 226984 "Disable CallocOverflow under Mac/A..."jochen@chromium.org2013-10-071-1/+7
* Revert 226920 "Roll Clang 188423:191856."thakis@chromium.org2013-10-061-3/+6
* Revert 226984 "Disable CallocOverflow under Mac/ASAN"jochen@chromium.org2013-10-041-7/+1
* Revert 226978 "Revert 226920 "Roll Clang 188423:191856.""jochen@chromium.org2013-10-041-6/+3
* Disable CallocOverflow under Mac/ASANjochen@chromium.org2013-10-041-1/+7
* Revert 226920 "Roll Clang 188423:191856."jochen@chromium.org2013-10-041-3/+6
* Roll Clang 188423:191856.thakis@chromium.org2013-10-041-6/+3
* Reenable the tcmalloc SecurityTests in base_unittests on Windowswfh@chromium.org2013-06-101-2/+7
* Disable tcmalloc security tests on Windowsjschuh@chromium.org2013-05-291-1/+2
* Enable SecurityTest.CallocOverflow under ASan on Mac.glider@chromium.org2013-05-161-7/+1
* base/security: re-enable security check on ASANjln@chromium.org2013-04-041-6/+5
* Base Security: fix-up overflow testsjln@chromium.org2013-04-041-5/+10
* Revert 192031 "Base Security: fix-up overflow tests"pfeldman@chromium.org2013-04-031-13/+9
* Base Security: fix-up overflow testsjln@chromium.org2013-04-031-9/+13
* Make CallocDiesOnOOM return false under TSan, MSan and ASan. Their allocators...glider@chromium.org2013-03-251-1/+6
* Base: account for calloc aborting in security unittestsjln@chromium.org2013-02-151-32/+47
* Disable SecurityTest.NewOverflow on Win64jschuh@chromium.org2013-02-071-0/+4
* Security unittests: add more compiler barriersjln@chromium.org2013-02-061-25/+27
* Linux: grow a unique random mapping in ASLRjln@chromium.org2013-02-041-33/+55
* Revert 180514: It breaks the windows compile.mpcomplete@chromium.org2013-02-041-51/+33
* Linux: grow a unique random mapping in ASLRjln@chromium.org2013-02-041-33/+51
* Revert 180486jln@chromium.org2013-02-041-51/+33
* Linux: grow a unique random mapping in ASLRjln@chromium.org2013-02-041-33/+51
* TCMalloc: support userland ASLR on Linux and Chrome OSjln@chromium.org2013-01-311-0/+59
* Base: add a security test to check for new[] or calloc() jln@chromium.org2013-01-261-0/+92
* Revert 178928zea@chromium.org2013-01-261-91/+0
* Base: add a security test to check for new[] or calloc() jln@chromium.org2013-01-251-0/+91
* base: Convert scoped_arrays to the new scoped_ptr style.tfarina@chromium.org2013-01-181-1/+1
* TCMalloc: restrict maximum size of memory allocationsjln@chromium.org2013-01-151-0/+103