Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed invariant violation in
MemBio::get_buf
with empty results
Pointer arguments to `slice::from_raw_parts` are required to be non-null. (See https://davidben.net/2024/01/15/empty-slices.html for details.)
- Loading branch information