Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
local.c: when target buffer is too small, fail
Fix #357 If a target buffer is too small, right now, we try to put a partial fill in the buffer, and return sucess (which is wrong). Now we will return EFBIG, and leave the target buffer empty. This will make the local backends the same as the otherbackends. Signed-off-by: Robin Getz <[email protected]>
- Loading branch information