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

xml parser: correct recognition of long named character references #287

Merged
merged 1 commit into from
May 11, 2021

Conversation

ourairquality
Copy link
Contributor

Increase the buffer size for recognition of named character references
to handle all those expected to be recognised. The longest name in the
def_entity_table[] appears to be "CounterClockwiseContourIntegral" so
including a trailing null a buffer size of 32 is needed.

Increase the buffer size for recognition of named character references
to handle all those expected to be recognised. The longest name in the
def_entity_table[] appears to be "CounterClockwiseContourIntegral" so
including a trailing null a buffer size of 32 is needed.
@buggins buggins merged commit 05a4ec3 into buggins:master May 11, 2021
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.

2 participants