Skip to content

Remove all unsafe usage#137

Open
marshallpierce wants to merge 1 commit into
mainfrom
mp/no-unsafe
Open

Remove all unsafe usage#137
marshallpierce wants to merge 1 commit into
mainfrom
mp/no-unsafe

Conversation

@marshallpierce

Copy link
Copy Markdown
Collaborator

Fixes #136.

The unsafe usage in V2Serializer was only worth maybe ~5% speedup, assuming it was correct, which it was not... Past me did not worry enough about unsafe, apparently.

Fixes #136.

The unsafe usage in V2Serializer was only worth maybe ~5% speedup,
assuming it was correct, which it was not... Past me did not worry
enough about unsafe, apparently.
@marshallpierce

Copy link
Copy Markdown
Collaborator Author

Coverage upload failed 🤷‍♂️

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.

Unsound buffer initialization via Vec::set_len exposing uninitialized u8 values

1 participant