Make printf-4 more robust to strlen interception after r263177
authorReid Kleckner <rnk@google.com>
Fri, 11 Mar 2016 19:11:15 +0000 (19:11 +0000)
committerReid Kleckner <rnk@google.com>
Fri, 11 Mar 2016 19:11:15 +0000 (19:11 +0000)
commit7a2113882ffc8d588fca232e13878c855b3c3ece
treea4c939f5f6db2d7a66e0ff8c98a92075e7013636
parentb51325dbdb10f0b4ab2b9c5ec4a979dffc246794
Make printf-4 more robust to strlen interception after r263177

The CHECK line was matching stack-buffer-overflow from puts calling
strlen, which is not the bug the test is trying to catch.

llvm-svn: 263282
compiler-rt/test/asan/TestCases/printf-4.c