Skip to content

gstcaps: fix out of bounds checks

Juan Navarro requested to merge (removed):master into master

These two checks could end up allowing out of bounds array access, when the index equals the array size.

Merge request reports