summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common_interceptors_format.inc
AgeCommit message (Expand)Author
2017-05-03[asan] print the 'unexpected format specifier in printf interceptor' warning ...Kostya Serebryany
2016-12-27[asan] Fix handling of %m in printf interceptor.Evgeniy Stepanov
2015-09-29[sanitizer] Fix Clang-tidy modernize-use-nullptr warnings in lib/sanitizer_co...Kostya Serebryany
2014-05-23[ubsan] handle long double in 32-bit mode; part of the patch by Marek PolacekKostya Serebryany
2014-04-28[Sanitizer] Add rudimentary support for wide-character strings to scanf/print...Alexey Samsonov
2014-02-26Support 'q' length modifier in scanf/printf interceptorsAlexey Samsonov
2014-01-23[Sanitizer] Fix false positive in printf interceptors: properly handle precis...Alexey Samsonov
2014-01-21[Sanitizer] try harder to fix Werror build break after r199729Alexey Samsonov
2014-01-21[Sanitizer] Update file names now that we intercept both scanf and printfAlexey Samsonov