Commit 0967188e by Max Ostapenko Committed by Maxim Ostapenko

strlen-overflow-1.c: Change match patterns.

gcc/testsuite/
2014-06-23  Max Ostapenko  <m.ostapenko@partner.samsung.com>

	* c-c++-common/asan/strlen-overflow-1.c: Change match patterns.

From-SVN: r211927
parent c78641fa
2014-06-23 Max Ostapenko <m.ostapenko@partner.samsung.com>
* c-c++-common/asan/strlen-overflow-1.c: Change match patterns.
2014-06-23 Jan Hubicka <hubicka@ucw.cz>
* gcc.dg/localalias-2.c: Guard by require-alias.
......
......@@ -26,4 +26,5 @@ int main () {
}
/* { dg-output "READ of size 1 at 0x\[0-9a-f\]+ thread T0.*(\n|\r\n|\r)" } */
/* { dg-output " #0 0x\[0-9a-f\]+ (in _*main (\[^\n\r]*strlen-overflow-1.c:24|\[^\n\r]*:0)|\[(\]).*(\n|\r\n|\r)" } */
/* { dg-output " #0 0x\[0-9a-f\]+ (in _*main (\[^\n\r]*strlen-overflow-1.c:25|\[^\n\r]*:0)|\[(\]).*(\n|\r\n|\r)" } */
/* { dg-output "\[^\n\r]*0x\[0-9a-f\]+ is located 1 bytes inside of global variable" } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment