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

Commit e8a7ac5f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Updated fuzzer in order to avoid any invalid free of mOutputBuffer" am: d515b11b am: 4c249435

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1832936

Change-Id: Id1ed36bb3c3ccd421973324dfe0adc9aed4031f6
parents cc28c967 4c249435
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ class Codec {

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