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

Handling of parsing errors #586

Open
JeromeMartinez opened this issue Jun 6, 2017 · 0 comments
Open

Handling of parsing errors #586

JeromeMartinez opened this issue Jun 6, 2017 · 0 comments
Assignees

Comments

@JeromeMartinez
Copy link
Member

Earlier discussion with @dericed

If there is a parsing problem (e.g. invalid EBML code), current behavior os

<block offset="81534" name="SimpleBlock" size="11049">
  <block offset="81534" name="Header" size="3">
    <data offset="81534" name="Name">35</data>
    <data offset="81535" name="Size">11046</data>
  </block>
  <block offset="81537" name="Problem" size="11046">
    <block offset="89775" name="Header" size="11046">
      <data offset="81537" name="Name">2</data>
      <data offset="103628" name="EBML integer parsing error">0</data>
    </block>
  </block>
</block>

Such issue should maybe not be in a block, but marked as error (e.g. <message type=“parsing error”>)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants