Skip to content

Use size_t for marks to handle big files#341

Closed
abergeron wants to merge 1 commit into
yaml:masterfrom
abergeron:fix_size
Closed

Use size_t for marks to handle big files#341
abergeron wants to merge 1 commit into
yaml:masterfrom
abergeron:fix_size

Conversation

@abergeron
Copy link
Copy Markdown

I have gotten to a point where the C parser fails with OverflowError on some streams I make it handle because the size doesn't fit in an int.

Since LibYAML uses size_t for marks, we should also do the same.

@abergeron
Copy link
Copy Markdown
Author

I apparently can't use search since this is a worse version of #310 (that one has tests).

@abergeron abergeron closed this Sep 26, 2019
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.

1 participant