Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 677d0068 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix out of bounds access in test."

parents 14295fc5 e4ffd015
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -402,7 +402,7 @@ TEST_F(DefaultVhalImplTest, testDump) {
    gotValue->timestamp = 0;

    std::string infoMake = toString(*gotValue);
    EXPECT_THAT(std::string(buf), HasSubstr(infoMake));
    EXPECT_THAT(std::string(buf, sizeof(buf)), HasSubstr(infoMake));
}

TEST_F(DefaultVhalImplTest, testSetPropInvalidAreaId) {