Skip to content

gst: Initialize optional event/message fields when parsing

These might not exist inside the structure and then we would potentially keep around uninitialized memory from the caller in the out parameter.

Merge request reports