Skip to content

Check buffer size before checking buffer data

Xavier Claessens requested to merge xclaesse/gstreamer:check_buffer_data into master

If the expected size is bigger than the actual buffer size, it would memcmp random memory which could lead to crashes instead of proper error reporting.

Merge request reports