OSDN Git Service

FORTIFY_SOURCE: fortify read()
authorNick Kralevich <nnk@google.com>
Wed, 9 Oct 2013 20:44:38 +0000 (13:44 -0700)
committerNick Kralevich <nnk@google.com>
Wed, 9 Oct 2013 20:44:38 +0000 (13:44 -0700)
commit65c99de2cb7a569ea17ca35e2f8f1e033421864b
treeed12e2385af1f3a3fc350805f19b7c2948443374
parent777a4ee6771e6fe3362ef4f24244a44fcd0aabe4
FORTIFY_SOURCE: fortify read()

Change-Id: I3d7b4ec86d04efb865117ce7629a2e26917f3331
libc/Android.mk
libc/bionic/__read_chk.cpp [new file with mode: 0644]
libc/include/unistd.h
tests/fortify_test.cpp