Searched defs:source_buf (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dfortify_test.cpp115 char source_buf[15]; local
116 memcpy(source_buf, "12345678901234", 15);
117 ASSERT_EXIT(sprintf(myfoo.a, "%s", source_buf),
512 char source_buf[15]; local
513 memcpy(source_buf, "12345678901234", 15);
514 ASSERT_EXIT(sprintf(buf, "%s", source_buf), testing::KilledBySignal(SIGABRT), "");
523 char source_buf[11]; local
524 memcpy(source_buf, "1234567890", 11);
525 ASSERT_EXIT(sprintf(buf, "%s", source_buf), testing::KilledBySignal(SIGABRT), "");

Completed in 56 milliseconds