Re: [Qemu-devel] [PATCH 3/7] Add more error handling to strtosz()

2010-10-08 Thread Stefan Weil
Am 08.10.2010 11:15, schrieb jes.soren...@redhat.com: From: Jes Sorensen Signed-off-by: Jes Sorensen --- cutils.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/cutils.c b/cutils.c index 0782032..e5a135e 100644 --- a/cutils.c +++ b/cutils.c @@ -292,6 +292,7

[Qemu-devel] [PATCH 3/7] Add more error handling to strtosz()

2010-10-08 Thread Jes . Sorensen
From: Jes Sorensen Signed-off-by: Jes Sorensen --- cutils.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/cutils.c b/cutils.c index 0782032..e5a135e 100644 --- a/cutils.c +++ b/cutils.c @@ -292,6 +292,7 @@ int fcntl_setfl(int fd, int flag) ssize_t strtosz(co