summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common_interceptors.inc
AgeCommit message (Expand)Author
2016-11-28[sanitizers] Get the proper printf/scanf version when long double transition ...Marcin Koscielnicki
2016-11-12[asan] Fix strncmp and strncasecmp interceptorsVitaly Buka
2016-10-21[sanitizers] support strict_string_checks for strncmpKostya Serebryany
2016-09-09[sanitizer] Add interceptor for ttyname_rKeno Fischer
2016-07-27[compiler-rt] Fix warnings in interception codeEtienne Bergeron
2016-07-24Revert r276539 "Silence -Wpointer-bool-conversion warning after r276324"Bruno Cardoso Lopes
2016-07-24Silence -Wpointer-bool-conversion warning after r276324Bruno Cardoso Lopes
2016-07-21[compiler-rt] Fix interception of memcpy/memmove on win64Etienne Bergeron
2016-07-19fix compiler warnings [NFC]Etienne Bergeron
2016-07-15[sanitizers] add interceptor for memmem; add weak hooks for strncasecmp, strc...Kostya Serebryany
2016-06-28[msan] Fix handling of padding in sendmsg control data.Evgeniy Stepanov
2016-06-24[msan] Intercept eventfd_read, eventfd_write.Evgeniy Stepanov
2016-06-21[sanitizers] [PowerPC] Intercept __tls_get_addr_opt.Marcin Koscielnicki
2016-06-20[msan] Don't check dstaddr in sendto() interceptor.Evgeniy Stepanov
2016-06-20[msan] Allow uninitialized padding in struct msghdr.Evgeniy Stepanov
2016-06-20Hide send/sendto/sendmsg interptors under a flag.Evgeniy Stepanov
2016-06-17[sanitizers] [SystemZ] Add __tls_get_offset interceptor.Marcin Koscielnicki
2016-06-17[msan] Intercept send/sendto/sendmsg.Evgeniy Stepanov
2016-05-19Revert "[sanitizer] Move *fstat to the common interceptors"Benjamin Kramer
2016-05-18[sanitizer] Move *fstat to the common interceptorsMike Aizatsky
2016-05-17Revert "[sanitizer] Move *fstat to the common interceptors"Mike Aizatsky
2016-05-17[sanitizer] Move *fstat to the common interceptorsMike Aizatsky
2016-05-17[asan] Don't raise false alarm to recv/recvfrom when MSG_TRUNC is present.Maxim Ostapenko
2016-05-11[sanitizer] Move *stat to the common interceptorsEvgeniy Stepanov
2016-05-03[sanitizer] Move stat/__xstat to the common interceptorsMike Aizatsky
2016-05-03Revert "[sanitizer] Move stat/__xstat to the common interceptors"Mike Aizatsky
2016-05-03[sanitizer] Move stat/__xstat to the common interceptorsMike Aizatsky
2016-04-27[sanitizers] Get the proper symbol version when long double transition is inv...Marcin Koscielnicki
2016-04-27[sanitizer] Add early call handling to strchr + strrchr interceptorsDerek Bruening
2016-04-07[sanitizer] Add early call handling to strlen interceptorDerek Bruening
2016-03-25[sanitizer] Add memset, memmove, and memcpy to the common interceptorsDerek Bruening
2016-03-23[sanitizer] Add strnlen to the common interceptorsDerek Bruening
2016-03-21[sanitizer] Add strchr* to the common interceptorsEvgeniy Stepanov
2016-03-16[tsan] Detect uses of uninitialized, destroyed and invalid mutexesKuba Brecka
2016-03-11[sanitizer] Add strlen to the common interceptorsAlexey Samsonov
2016-03-01sanitizer_common: silence compiler warningDmitry Vyukov
2016-02-25[sanitizer] Fix third parameter in COMMON_INTERCEPTOR_WRITE_RANGE in recv and...Maxim Ostapenko
2016-02-25[sanitizer] Move recvmsg and recv interceptors to sanitizer_common.Maxim Ostapenko
2016-01-14[tsan] Introduce a "ignore_interceptors_accesses" optionKuba Brecka
2016-01-12[libFuzzer] extend the weak memcmp/strcmp/strncmp interceptors to receive the...Kostya Serebryany
2015-12-21[asan] fix fopen interceptor to not crash if path is NULLKostya Serebryany
2015-12-14[msan] Intercept ctermid, ctermid_r.Evgeniy Stepanov
2015-12-10[TSan] Try harder to avoid compiler-generated memcpy calls.Alexey Samsonov
2015-12-08[tsan] Fix memcmp interceptor to correctly use COMMON_INTERCEPTOR_NOTHING_IS_...Kuba Brecka
2015-12-04[libsanitizer] Fix bugs and wiki links to point to GitHub.Alexander Potapenko
2015-11-03[tsan] Allow memchr interceptor to be used before initialization on OS XKuba Brecka
2015-10-26[compiler-rt] Fix ptrace interceptor for aarch64Adhemerval Zanella
2015-10-26[compiler-rt] Enable ptrace sanitizer for armAdhemerval Zanella
2015-10-22[msan] Intercept process_vm_readv/writev.Evgeniy Stepanov
2015-10-19[msan] Intercept mincore.Evgeniy Stepanov