Skip to content

Conversation

@thedataking
Copy link
Contributor

This branch is based off PR #34. The intent is to perform additional safety enhancements on this branch while #34 is waiting for review.

rinon and others added 12 commits August 1, 2020 01:09
Along with converting the backing storage, this commit also changes some
pointers into the buffer into indices:
m_bufferPtr: *const c_char -> m_bufferStart: usize
m_bufferEnd: *mut c_char -> m_bufferEnd: usize
m_positionPtr: *const c_char -> m_positionIdx: usize

There are still more pointers that need to be converted as part of this change,
but this is a minimal working set of changes.
@thedataking thedataking changed the title Refactor/parser buffer part deux Additional refactoring of XML_ParserStruct Aug 3, 2020
@thedataking thedataking changed the base branch from master to refactor/parser_buffer August 3, 2020 07:58
@thedataking thedataking force-pushed the refactor/parser_buffer branch from 432051f to 480ed74 Compare August 3, 2020 21:15
@ahomescu ahomescu force-pushed the refactor/parser_buffer branch from a08c805 to 825deb7 Compare July 28, 2021 23:30
Base automatically changed from refactor/parser_buffer to master July 29, 2021 00:29
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.

3 participants