Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WAVE: Report "Not well-formed" if chunk exceeds RIFF length #366

Closed
carlwilson opened this issue Dec 11, 2018 · 0 comments
Closed

WAVE: Report "Not well-formed" if chunk exceeds RIFF length #366

carlwilson opened this issue Dec 11, 2018 · 0 comments
Assignees
Labels
bug A product defect that needs fixing P2 Medium priority issues to be scheduled in a future release

Comments

@carlwilson
Copy link
Member

carlwilson commented Dec 11, 2018

This was an existing check which failed to set an appropriate status.

Dev Effort

0.5D

Description

When a chunks declared size exceeds the available data remaining in a RIFF block then the file is not well formed. The WAV module successfully detects the condition but fails to set the well formed status to false.

@carlwilson carlwilson added the bug A product defect that needs fixing label Dec 11, 2018
@carlwilson carlwilson added this to the v1.22-m4 Release milestone Dec 11, 2018
@carlwilson carlwilson added the P2 Medium priority issues to be scheduled in a future release label Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A product defect that needs fixing P2 Medium priority issues to be scheduled in a future release
Projects
None yet
Development

No branches or pull requests

2 participants