Skip to content

spa-json: make sure we only add encoded string data

Julian Bouzas requested to merge julian/wireplumber:json-fix into master

The spa_json_encode_string() API does not add a null terminator character. We need to use the return value to know the size of the encoded string when adding it to the builder.

Merge request reports