Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(codegen): add
CodeBuffer
to fix soundness hole (#6148)
# What This PR Does Adds `CodeBuffer`, a simple wrapper over a `Vec<u8>` with a protective and reduced API for upholding UTF-8 validity guarantees. Closes #6147. Note that this struct is actually quite small. Most of the added lines are doc comments.
- Loading branch information