Skip to content

libytnef: properly initialize struct

Call TNEFInitialize on the TNEFStruct before use to make sure all fields are initialized to their default values. Since libytnef 2.0.0 zero-initialization is not sufficient.

Merge request reports