History log of /fuchsia/zircon/third_party/ulib/musl/src/string/memchr.c
Revision Date Author Comments
# f3e2126c 12-Sep-2017 Roland McGrath <mcgrathr@google.com>

[zx] Magenta -> Zircon

The Great Renaming is here!

Change-Id: I3229bdeb2a3d0e40fb4db6fec8ca7d971fbffb94


# 455e4549 18-Aug-2017 Julia Hansbrough <flowerhack@google.com>

[musl] Clean up -Wno-parentheses in musl.

Change-Id: I26fed03750841222a400b418cd92f64206f5f397


# e8c02587 24-Jun-2017 Roland McGrath <mcgrathr@google.com>

[ulib][musl][asan] Don't read off the end of strings under ASan

The string functions written in C are optimized to do aligned word
accesses, even when this might read off the end of the string (by up
to one byte less than the word size, i.e. 7 bytes). This is fine in
general, since alignment means that this read can never cross a page
boundary. However, ASan detects any access off the end of an object
by even a single byte.

Change-Id: Iffe813d43b41b6cf94824614260584c84efce1de


# 53b9e1c8 15-Jun-2016 The Fuchsia Authors <authors@fuchsia.local>

[magenta] Initial commit