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

Commit d515b11b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Updated fuzzer in order to avoid any invalid free of mOutputBuffer"

parents 68359143 a27ba918
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -50,7 +50,7 @@ class Codec {


 private:
 private:
  tagvideoDecControls *mDecHandle = nullptr;
  tagvideoDecControls *mDecHandle = nullptr;
  uint8_t *mOutputBuffer[kNumOutputBuffers];
  uint8_t *mOutputBuffer[kNumOutputBuffers] = {};
  bool mInitialized = false;
  bool mInitialized = false;
  bool mFramesConfigured = false;
  bool mFramesConfigured = false;
#ifdef MPEG4
#ifdef MPEG4