[llvm-commits] [ASan] Define an internal implementation of strchr to make stack OOB tests pass (issue 5668047)

Timur Iskhodzhanov timurrrr at google.com
Tue Feb 14 10:30:27 PST 2012


On Tue, Feb 14, 2012 at 10:26 PM, Timur Iskhodzhanov
<timurrrr at google.com> wrote:
> On Tue, Feb 14, 2012 at 10:12 PM, Marshall Clow <mclow.lists at gmail.com> wrote:
>> Isn't strchr defined to return a const char *?
> Not in asan_interceptors.cc :369,  :380
I'm surprised but "man strchr" actually shows "char *" return type on
both Linux and Mac!




More information about the llvm-commits mailing list