- f9fa32a Basic support for MTE stack tagging. by Evgenii Stepanov · 3 years, 8 months ago
- 3c0f096 Remove unnecessary static variable. by Florian Mayer · 3 years, 8 months ago
- b65e105 add new Linux close_range() system call to bionic by Maciej Żenczykowski · 4 years ago
- c9c0ebd allowlist new Linux close_range() system call, use it in posix_spawn() by Maciej Żenczykowski · 4 years ago
- 520e2d3 Merge "posix_spawn - implement support for POSIX_SPAWN_CLOEXEC_DEFAULT" by Maciej Żenczykowski · 3 years, 8 months ago
- 3865c8f Merge "[GWP-ASan] Provide runtime configuration through an env var + sysprop." by Mitch Phillips · 3 years, 8 months ago
- 262b873 posix_spawn - implement support for POSIX_SPAWN_CLOEXEC_DEFAULT by Maciej Żenczykowski · 4 years ago
- e6997d5 [GWP-ASan] Provide runtime configuration through an env var + sysprop. by Mitch Phillips · 5 years ago
- 8cfc318 Merge "In android_set_abort_message, check for nullptr." by Christopher Ferris · 3 years, 9 months ago
- bbf9cd8 In android_set_abort_message, check for nullptr. by Christopher Ferris · 3 years, 9 months ago
- c70311c [GWP-ASan] Fix bugs in realloc(). by Mitch Phillips · 3 years, 9 months ago
- 93f3017 Merge "Revert "Disable pointer authentication in app processes."" by Elliott Hughes · 3 years, 10 months ago
- 7309177 Revert "Disable pointer authentication in app processes." by Elliott Hughes · 3 years, 10 months ago
- 62d49fd posix_spawn: always clear O_CLOEXEC for dup'ed fds. by Elliott Hughes · 3 years, 10 months ago
- d4aa14d profiling: override dumpability while opening /proc/self/mem,maps by Ryan Savitski · 3 years, 11 months ago
- 9425b16 [MTE] Relax ELF note. by Mitch Phillips · 3 years, 11 months ago
- 2be3e92 Merge "[MTE] add sysprop to set mte state globally" by Treehugger Robot · 3 years, 11 months ago
- 9340037 [NFCI] Change Android's NT_TYPE to NT_ANDROID_TYPE. by Mitch Phillips · 3 years, 11 months ago
- dde3176 [MTE] add sysprop to set mte state globally by Florian Mayer · 4 years ago
- 6c1c342 Fix HWASan crashes in heapprofd initialization. by Florian Mayer · 3 years, 11 months ago
- f7e721c Merge "Fix recursive deadlock inside bionic_systrace" by Daniele Di Proietto · 4 years ago
- f5f04b1 Fix recursive deadlock inside bionic_systrace by Daniele Di Proietto · 4 years ago
- ccae7ef Merge "Disable pointer authentication in app processes." by Peter Collingbourne · 4 years ago
- bf52e88 Disable pointer authentication in app processes. by Peter Collingbourne · 4 years ago
- ad1658e c32rtomb/mbrtoc32: remove dead code. by Elliott Hughes · 4 years ago
- 9d66092 mbrtoc16: explain the line that has no test coverage. by Elliott Hughes · 4 years, 1 month ago
- afd8fc3 Merge "Optimize the mbs fast path slightly." by Elliott Hughes · 4 years, 1 month ago
- 2c96639 Optimize the mbs fast path slightly. by Elliott Hughes · 4 years, 1 month ago
- b6b7e2e Add the missing '--' to shell invocations. by Elliott Hughes · 4 years, 2 months ago
- 7a2386b Don't open /dev/null until we need to. by Elliott Hughes · 4 years, 2 months ago
- 11526e2 Add execinfo functionality. by Christopher Ferris · 4 years, 2 months ago
- cf59e19 Add preadv2/pwritev2 wrappers. by Elliott Hughes · 4 years, 2 months ago
- b6d3c78 malloc_heapprofd: Avoid a spurious error log by Daniele Di Proietto · 4 years, 3 months ago
- 5b4913a Merge "Treat static binaries "the same" for the profiling signals." by Treehugger Robot · 4 years, 3 months ago
- e8cc2c3 Merge "bionic: fix broken end atrace events" by Lalit Maganti · 4 years, 3 months ago
- 3771937 Treat static binaries "the same" for the profiling signals. by Elliott Hughes · 4 years, 3 months ago
- 2aa3f7c bionic: fix broken end atrace events by Lalit Maganti · 4 years, 4 months ago
- 8f9713e Fix broken return code of M_INITIALIZE_GWP_ASAN. by Christopher Ferris · 4 years, 3 months ago
- 048f24e Export fts as a static library for use with musl by Colin Cross · 4 years, 4 months ago
- 69bcb8b Compile fts.c in libc_openbsd_ndk by Colin Cross · 4 years, 4 months ago
- a4ffabe Merge "Reland "Fix GWP hooks not being restored, leading to crashes."" by Florian Mayer · 4 years, 5 months ago
- 3a0ced8 Reland "Fix GWP hooks not being restored, leading to crashes." by Florian Mayer · 4 years, 5 months ago
- 695af0d POSIX strerror_r returns an error number, not -1 by Colin Cross · 4 years, 5 months ago
- 8f14b65 Revert "Adding system property tracing" by Bowgo Tsai · 4 years, 5 months ago
- 13a960f Revert "bionic_systrace: moving global static variables" by Bowgo Tsai · 4 years, 5 months ago
- 2ef1cd3 Merge "Allow the kernel to upgrade ASYNC mode processes to SYNC mode." by Treehugger Robot · 4 years, 6 months ago
- 48bf46b Allow the kernel to upgrade ASYNC mode processes to SYNC mode. by Peter Collingbourne · 4 years, 6 months ago
- 79dbdc3 Document more clearly that we don't plan on using faccessat2(2). by Elliott Hughes · 4 years, 6 months ago
- be1c013 Merge "Disable return PAC in __pthread_start." by Peter Collingbourne · 4 years, 7 months ago
- 26d83ba Disable return PAC in __pthread_start. by Peter Collingbourne · 4 years, 7 months ago
- 85c7838 Fix dangling pointer in heapprofd API. by Florian Mayer · 4 years, 7 months ago
- 5a7f3ef Enable RTM_GETLINK restrictions on all apps by Bram Bonné · 4 years, 8 months ago
- dcbacd6 Avoid prctl(PR_PAC_RESET_KEYS) on devices without PAC support. by Peter Collingbourne · 4 years, 8 months ago
- f2bb4e6 Merge "Revert "Reland: Soft-enable MAC address restrictions with allowlist."" by Bram Bonné · 4 years, 9 months ago
- 44ec9c3 Merge "Disable fdtrack post-fork." by Josh Gao · 4 years, 9 months ago
- bca8a44 Revert "Reland: Soft-enable MAC address restrictions with allowlist." by Bram Bonné · 4 years, 9 months ago
- dcc97c0 Disable fdtrack post-fork. by Josh Gao · 5 years ago
- 2b9719e Merge "Reset PAC keys on thread creation instead of on zygote fork." by Peter Collingbourne · 4 years, 9 months ago
- 811d180 Reset PAC keys on thread creation instead of on zygote fork. by Peter Collingbourne · 4 years, 9 months ago
- 13a7610 scandir: remove dead code. by Elliott Hughes · 4 years, 9 months ago
- 03e961e Merge "Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info()." by Peter Collingbourne · 4 years, 10 months ago
- 6ba27e0 Merge "Add some slack at the end of large allocations when target SDK level < S." by Peter Collingbourne · 4 years, 10 months ago
- b82f5cf Improve <sys/xattr.h> coverage. by Elliott Hughes · 4 years, 10 months ago
- 2659d7b Add some slack at the end of large allocations when target SDK level < S. by Peter Collingbourne · 4 years, 10 months ago
- f443817 Remove unused (and empty) file. by Elliott Hughes · 4 years, 10 months ago
- 9747214 Merge "Add wrappers for pidfd_{open,getfd,send_signal}." by Josh Gao · 4 years, 10 months ago
- dddf75f Merge "Add additional app to netlink appcompat allowlist." by Bram Bonné · 4 years, 10 months ago
- 82c3d89 Add additional app to netlink appcompat allowlist. by Bram Bonné · 4 years, 10 months ago
- 3de1915 Add wrappers for pidfd_{open,getfd,send_signal}. by Josh Gao · 4 years, 10 months ago
- 6161970 Merge "Make __libc_init_scudo() weak for native bridge." by Treehugger Robot · 4 years, 10 months ago
- bf91786 Make __libc_init_scudo() weak for native bridge. by Peter Collingbourne · 4 years, 10 months ago
- 20c023f iconv(3): ignore src_bytes_left if src_bytes is null. by Elliott Hughes · 4 years, 10 months ago
- 2753fc8 Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info(). by Peter Collingbourne · 5 years ago
- bfa3688 Merge "[MemInit] Remove old API, introduce new MemInit API." by Mitch Phillips · 5 years ago
- 9cad842 [MemInit] Remove old API, introduce new MemInit API. by Mitch Phillips · 5 years ago
- 347b01b [MTE] Change scudo init order to get correct PROT_MTE pages. by Mitch Phillips · 5 years ago
- 7336663 Remove the now-unnecessary android_mallopt() options. by Elliott Hughes · 5 years ago
- e925485 Merge "Make "disable memory mitigations" and "set heap tagging level" more available." by Elliott Hughes · 5 years ago
- 446b4dd Make "disable memory mitigations" and "set heap tagging level" more available. by Elliott Hughes · 5 years ago
- 4cded97 [MTE] Add MEMTAG_OPTIONS and arm64.memtag.process.* sysprop parsing. by Mitch Phillips · 5 years ago
- b1ba762 Merge "Fewer copies of ALIGN()/ALIGNBYTES." by Elliott Hughes · 5 years ago
- 4e67866 Merge "Remove ANDROID_EXPERIMENTAL_MTE." by Peter Collingbourne · 5 years ago
- e1dc4f6 Fewer copies of ALIGN()/ALIGNBYTES. by Elliott Hughes · 5 years ago
- 08959d9 Merge "Sync upstream fts.c." by Elliott Hughes · 5 years ago
- 7e20117 Remove ANDROID_EXPERIMENTAL_MTE. by Peter Collingbourne · 5 years ago
- 03ac158 Sync upstream fts.c. by Elliott Hughes · 5 years ago
- b19fc79 Merge "Make the atomic load explicit" by Adam Barth · 5 years ago
- 5e466b6 Suppress SetHeapTaggingLevel warning under hwasan. by Evgenii Stepanov · 5 years ago
- bd84f54 Merge "Fix -Wnewline-eof" by Treehugger Robot · 5 years ago
- 651f1fa Make the atomic load explicit by Adam Barth · 5 years ago
- e9efd05 Fix -Wnewline-eof by Adam Barth · 5 years ago
- e09fc24 Merge "Use ELF notes to set the desired memory tagging level." by Evgenii Stepanov · 5 years ago
- 8564b8d Use ELF notes to set the desired memory tagging level. by Evgenii Stepanov · 5 years ago
- be77feb Merge "[Tagged Pointers] Point to SAC documentation in abort message." by Mitch Phillips · 5 years ago
- 8540c54 [Tagged Pointers] Point to SAC documentation in abort message. by Mitch Phillips · 5 years ago
- 95ca52a Reland: Soft-enable MAC address restrictions with allowlist. by Bram Bonné · 5 years ago
- 9e97280 Revert "Soft-enable MAC address restrictions with allowlist." by Bram Bonné · 5 years ago
- 5c8d48a Remove unused 'err' assignment by Greg Kaiser · 5 years ago
- 0ed9f70 Merge "Soft-enable MAC address restrictions with allowlist." by Bram Bonné · 5 years ago
- 0ba4998 Soft-enable MAC address restrictions with allowlist. by Bram Bonné · 5 years ago