commit | cf44343c1a0d22795aa9b994f9c0c6576fa536b8 | [log] [tgz] |
---|---|---|
author | George Burgess IV <gbiv@google.com> | Mon May 01 11:15:30 2017 -0700 |
committer | George Burgess IV <gbiv@google.com> | Mon May 01 11:20:31 2017 -0700 |
tree | a4e0094ee8861a5c9b7f45dd83bcc315b8b2de7b | |
parent | 5deddda68e780aaa26e4777378fee10d543eb719 [diff] |
fix half-deleted comments in tests they were half-deleted in If341a27756d608a0fa77ba6518e9bcc725f7632c. Bug: None Test: mma Change-Id: I4e0c8208a7f2a55d273f4c87adca1d755dc98b77
diff --git a/tests/fortify_test.cpp b/tests/fortify_test.cpp index 67103e1..2e0f822 100644 --- a/tests/fortify_test.cpp +++ b/tests/fortify_test.cpp
@@ -219,7 +219,6 @@ #endif // __BIONIC__ } -// this buffer overflow. TODO: Fix clang. TEST_F(DEATHTEST, strlcpy_fortified2) { #if defined(__BIONIC__) foo myfoo; @@ -231,7 +230,6 @@ #endif // __BIONIC__ } -// this buffer overflow. TODO: Fix clang. TEST_F(DEATHTEST, strlcat_fortified2) { #if defined(__BIONIC__) foo myfoo;