Package: libfusionsound-1.0-0
Version: 1.0.0-3
Severity: minor

In ./fusionsound_1.0.0/src/media/ifusionsoundmusicprovider.c

     memset( ctx.header, sizeof(ctx.header), 0 );

This should be memset(ctx.header, 0, sizeof(ctx.header))

Reply via email to