Closed
Description
The current comment for hyper_buf_copy
in the header says:
/*
Create a new `hyper_buf *` by copying the provided bytes.
This makes an owned copy of the bytes, so the `buf` argument can be
freed or changed afterwards.
*/
I think it would be helpful to users to mention that this can return NULL in cases of out of memory. Because it can return that then, can't it?