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

Commit 4796ae6f authored by Joe Onorato's avatar Joe Onorato
Browse files

Fix mMaxOffset not initialized.

Test: bit GtsIncidentManagerTestCases:*
Bug: 129884655
Change-Id: Ic65566c02a255d1f52ce6876152383126afbfaef
parent f8b98bb1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ ProtoFileReader::ProtoFileReader(int fd)
         mSize(get_file_size(fd)),
         mPos(0),
         mOffset(0),
         mMaxOffset(0),
         mChunkSize(sizeof(mBuffer)) {
}