summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_win.cc
AgeCommit message (Expand)Author
2016-04-22[sanitizer] rename MmapNoAccess to MmapFixedNoAccess; NFCKostya Serebryany
2016-03-17[sanitizer] On OS X, verify that interceptors work and abort if not, take 2Kuba Brecka
2016-03-10[Windows] Fix UnmapOrDie and MmapAlignedOrDieReid Kleckner
2016-02-22[Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...Alexey Samsonov
2016-02-18[WinASan] Fix page size and mmap granularity confusionReid Kleckner
2016-02-11[Windows] Fill in read/write information in SignalContextReid Kleckner
2016-02-09[asan] Fix build on Windows and PowerPC.Evgeniy Stepanov
2016-02-08[asan] Fix Windows build.Evgeniy Stepanov
2016-02-04[asan] When catching a signal caused by a memory access, print if it's a READ...Kostya Serebryany
2016-02-02[asan] Add iOS support.Anna Zaks
2016-01-27[sanitizers] generating html report on coverage dumpMike Aizatsky
2016-01-26[sanitizers] extracted process management functionsMike Aizatsky
2016-01-25Revert "[sanitizers] extracted process management functions"Mike Aizatsky
2016-01-25[sanitizers] extracted process management functionsMike Aizatsky
2016-01-18[asan] Optionally print reproducer cmdline in ASan reports.Maxim Ostapenko
2016-01-15Unbreak Windows build.Peter Collingbourne
2015-12-03[tsan] Use re-exec method to enable interceptors on older versions of OS XKuba Brecka
2015-11-20[asan] Fix the deadlocks introduced by "On OS X, log reports to syslog and os...Anna Zaks
2015-11-12tsan: fix windows Go buildDmitry Vyukov
2015-11-12tsan: fix windows Go buildDmitry Vyukov
2015-11-05[Sanitizer] Use ReportMmapFailureAndDie() in all applicable mmap variants on ...Alexey Samsonov
2015-09-11[compiler-rt] [sanitizers] Add VMA size check at runtimeAdhemerval Zanella
2015-08-13Same fix as r244908 for sanitizer_win.cc instead of asan_win.ccReid Kleckner
2015-08-12[windows] Fix deadlock on mmap failure due to CHECK recursionReid Kleckner
2015-08-10[Windows] Implement FileExists, ReadFromFile, and FindPathToBinaryReid Kleckner
2015-08-05Try to fix sanitizer_win.cc compile error on 64-bit after r243895Hans Wennborg
2015-08-03[asan] Print VAs instead of RVAs for module offsets on WindowsReid Kleckner
2015-07-31Re-commit r243686 - [Sanitizers] [Bug 24151] Generalize type of offset in int...Daniel Sanders
2015-07-31Revert r243686 - [Sanitizers] [Bug 24151] Generalize type of offset in intern...Daniel Sanders
2015-07-30[Sanitizers] [Bug 24151] Generalize type of offset in internal_mmapDaniel Sanders
2015-07-28[sanitizer] Fix Mac build.Evgeniy Stepanov
2015-07-02UBSan: Enable runtime library tests on Windows, and get most tests passing.Peter Collingbourne
2015-06-04[ASan] Fix Darwin and Windows builds.Yury Gribov
2015-06-04[ASan] Make binary name reader cross-platform.Yury Gribov
2015-05-29Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov
2015-04-23[ASan/Win] Initialize sandbox-related stuff when asked toTimur Iskhodzhanov
2015-04-23[ASan/Win] Don't forget to set *last_error if OpenFile failsTimur Iskhodzhanov
2015-04-10Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov
2015-04-09[ASan/Win] Add more support for file operationsTimur Iskhodzhanov
2015-04-09Use RenameFile instead of internal_rename in non-POSIX codeTimur Iskhodzhanov
2015-04-09Use WriteToFile instead of internal_write in non-POSIX codeTimur Iskhodzhanov
2015-04-09Use ReadFromFile instead of internal_read in non-POSIX codeTimur Iskhodzhanov
2015-04-09Move more POSIX-specific functions to sanitizer_posix.hTimur Iskhodzhanov
2015-04-09Introduce CloseFile to be used instead of internal_close on non-POSIXTimur Iskhodzhanov
2015-04-08[Sanitizer RT] Get rid of internal_isattyTimur Iskhodzhanov
2015-04-08Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_p...Timur Iskhodzhanov
2015-04-08[Sanitizers] Make OpenFile more portableTimur Iskhodzhanov
2015-04-06Minor follow-up fix to r234150Timur Iskhodzhanov
2015-04-06[ASan] Unify handling of loaded modules between POSIX and WindowsTimur Iskhodzhanov
2015-04-02[ASan/Win] Minor improvements towards enabling coverageTimur Iskhodzhanov