History log of /fuchsia/zircon/third_party/ulib/musl/src/string/strlcpy.c
Revision Date Author Comments
# 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


# 489c6e3f 17-Jun-2016 George Kulakowski <kulakowski@google.com>

[musl] clang format musl

Change-Id: I3bc6ab7655410514691cd07f08454f3afd41d9b3


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

[magenta] Initial commit