[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] tools/libxc: report malloc errors in writev_exact
commit 0d8d289af7a679c028462c4ed5d98586f9ef9648 Author: Olaf Hering <olaf@xxxxxxxxx> AuthorDate: Wed Sep 23 08:48:40 2020 +0200 Commit: Wei Liu <wl@xxxxxxx> CommitDate: Wed Sep 30 15:06:38 2020 +0000 tools/libxc: report malloc errors in writev_exact The caller of writev_exact should be notified about malloc errors when dealing with partial writes. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Acked-by: Wei Liu <wl@xxxxxxx> --- tools/libs/ctrl/xc_private.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libs/ctrl/xc_private.c b/tools/libs/ctrl/xc_private.c index 8af96b1b7e..3fab94f9c0 100644 --- a/tools/libs/ctrl/xc_private.c +++ b/tools/libs/ctrl/xc_private.c @@ -721,6 +721,7 @@ int writev_exact(int fd, const struct iovec *iov, int iovcnt) if ( !local_iov ) { saved_errno = ENOMEM; + rc = -1; goto out; } -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |