Skip to content

validate-utils: Only modify structure fields that really need updates

Edward Hervey requested to merge bilboed/gst-devtools:structure-safe into master

This avoids memory corruption in users of that structure which were (rightfullly) assuming static fields (such as name) wouldn't change. Without this, they would be using strings which will have been freed in the meantime.

Merge request reports