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

DataTable index over range #77

Closed
DennisJensen95 opened this issue Nov 5, 2024 · 1 comment
Closed

DataTable index over range #77

DennisJensen95 opened this issue Nov 5, 2024 · 1 comment

Comments

@DennisJensen95
Copy link
Contributor

Hi,

When working with DataTables i ended up with index going over range. It is due to the boundaries of the indexing in object.rs.

failures:

---- dxf_parser::tests::test_parsing_dxf_with_ucs stdout ----
thread 'dxf_parser::tests::test_parsing_dxf_with_ucs' panicked at /Users/dennisjensen/.cargo/git/checkouts/dxf-rs-1994c28e8c467a91/b9613ed/src/object.rs:66:29:
index out of bounds: the len is 4 but the index is 4
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Resolution will be to change the boundaries.

@brettfo
Copy link
Member

brettfo commented Nov 9, 2024

Fixed by #78.

@brettfo brettfo closed this as completed Nov 9, 2024
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