Skip to content

Review unsafe code usage #18

@marchc1

Description

@marchc1

There are a lot of places that use unsafe code right now that really don't need to, especially in the networking code (which was the initial stuff written back in March of this year, before this repo existed).

A good example would be BufferToBufferDecompress (which also should be moved to its own method probably). It just makes spans out of the unsafe pointers. So why aren't we just using spans in everything?

Metadata

Metadata

Assignees

Labels

EnhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions