Skip to content

Commit f7ace38

Browse files
committed
Format
1 parent 87fde2f commit f7ace38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testbufferoverrun.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5360,7 +5360,7 @@ class TestBufferOverrun : public TestFixture {
53605360
" f(a);\n"
53615361
"}\n");
53625362
ASSERT_EQUALS("[test.cpp:7:12] -> [test.cpp:9:6] -> [test.cpp:3:12]: (error) Array index out of bounds; 'p' buffer size is 4 and it is accessed at offset 20. [ctuArrayIndex]\n", errout_str());
5363-
5363+
53645364
ctu("void bar(int *p) { p[4] = 42; }\n" // #13403
53655365
"void f() {\n"
53665366
" int *p = (int*)malloc(4 * sizeof(int));\n"

0 commit comments

Comments
 (0)