tools/hv: Check for read/write errors
authorBen Hutchings <ben@decadent.org.uk>
Wed, 5 Sep 2012 21:37:37 +0000 (14:37 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Sep 2012 23:43:05 +0000 (16:43 -0700)
commit436473bc2173499ae274d0f50111d1e355006caf
tree41c867c12ad16af9f4f6c36bda78369f5d022c19
parent6bb22fea25624ab593eee376fa5fb82d1b13f45a
tools/hv: Check for read/write errors

hv_kvp_daemon currently does not check whether fread() or fwrite()
succeed.  Add the necessary checks.  Also, remove the incorrect use of
feof() before fread().

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/hv/hv_kvp_daemon.c