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

Flatbuffers Legacy Verifier #8

Merged
merged 15 commits into from
Mar 27, 2019
Merged

Flatbuffers Legacy Verifier #8

merged 15 commits into from
Mar 27, 2019

Conversation

doitian
Copy link
Member

@doitian doitian commented Mar 21, 2019

  • Table verifier
    • voffset out of bound
    • vtable vlen/tlen out of bound
    • vtable size out of bound
    • table end out of bound
    • table fields out of bound
    • check string/vector/table/union recursively
      • string
      • vector
      • table
      • union
  • String verifier
    • len out of bound
    • size out of bound (including trailing null)
    • null
  • Vector verifier
    • len out of bound
    • size out of bound
    • check elements recursively
  • Union verifier
  • Import ckb schema file for test
  • Positive Proptest
  • Negative Proptest

@doitian doitian changed the title Ian/verifier Flatbuffers Legacy Verifier Mar 25, 2019
@doitian doitian merged commit 7ab2472 into master Mar 27, 2019
@doitian doitian deleted the ian/verifier branch March 27, 2019 01:30
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

Successfully merging this pull request may close these issues.

None yet

1 participant