We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08db44f commit bec1cddCopy full SHA for bec1cdd
1 file changed
sbe-tool/src/test/c/CodeGenTest.cpp
@@ -247,6 +247,7 @@ class CodeGenTest : public testing::Test
247
}
248
249
char code_buf[4];
250
+ memset(code_buf, 0, sizeof(code_buf));
251
CGT(engine) engine = {};
252
if (CGT(car_engine)(&car, &engine))
253
{
@@ -338,6 +339,7 @@ class CodeGenTest : public testing::Test
338
339
340
341
342
343
344
345
0 commit comments