summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common_interceptors_format.inc
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [asan] print the 'unexpected format specifier in printf interceptor' warning ...Kostya Serebryany2017-05-031-4/+8
* [asan] Fix handling of %m in printf interceptor.Evgeniy Stepanov2016-12-271-4/+3
* [sanitizer] Fix Clang-tidy modernize-use-nullptr warnings in lib/sanitizer_co...Kostya Serebryany2015-09-291-9/+10
* [ubsan] handle long double in 32-bit mode; part of the patch by Marek PolacekKostya Serebryany2014-05-231-0/+3
* [Sanitizer] Add rudimentary support for wide-character strings to scanf/print...Alexey Samsonov2014-04-281-32/+36
* Support 'q' length modifier in scanf/printf interceptorsAlexey Samsonov2014-02-261-0/+2
* [Sanitizer] Fix false positive in printf interceptors: properly handle precis...Alexey Samsonov2014-01-231-2/+13
* [Sanitizer] try harder to fix Werror build break after r199729Alexey Samsonov2014-01-211-18/+18
* [Sanitizer] Update file names now that we intercept both scanf and printfAlexey Samsonov2014-01-211-0/+539