[Bug 783269] overflow will happen when pps->num_tile_columns_minus1 is 19

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 31 09:20:37 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=783269

--- Comment #2 from liujuan <juan82.liu at samsung.com> ---
Actually I want to check the array size 19/21, where they are from?

If I can modify as below : 
  if (pps->tiles_enabled_flag) {
    READ_UE_ALLOWED (&nr, pps->num_tile_columns_minus1, 0, 18);
    READ_UE_ALLOWED (&nr, pps->num_tile_rows_minus1, 0, 20);

    .....
  }

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list