Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: return valid byte slice on csaf channel
Send a newly created byte slice with the csaf document content on the channel. Previously the sent byte slice was gained from the method `Buffer.Bytes()`. However this "slice is valid for use only until the next buffer modification" and therefore modified with the next buffer modification..
- Loading branch information