OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4536-g720363f
Gerrit Code Review
gerrit@openafs.org
Tue, 6 Jan 2015 11:42:15 -0500
The following commit has been merged in the master branch:
commit 720363fa9bf7cfbebdc485104b74ca6bac1895f6
Author: Jeffrey Hutzelman <jhutz@cmu.edu>
Date: Sun Jun 16 15:28:03 2013 -0400
Fix unchecked return values
This change fixes numerous places where the return values of various
system calls and standard library routines are not checked. In
particular, this fixes occurrances called out when building on Ubuntu
12.10, with gcc 4.7.2 and eglibc 2.15-0ubuntu20.1, when the possible
failure is one we actually do (or should) care about. This change
does not consider calls where the failure is one we deliberately
choose to ignore.
Change-Id: Id526f5dd7ee48be2604b77a3f00ea1e51b08c21d
Reviewed-on: http://gerrit.openafs.org/9979
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/auth/cellconfig.c | 10 +++----
src/bozo/bosserver.c | 63 ++++++++++++++++++++++++++++++-------------
src/budb/db_text.c | 14 +++++++---
src/kauth/kkids.c | 9 ++++--
src/lwp/lwp.c | 14 ++++++---
src/ptserver/pt_util.c | 12 +++++++-
src/ptserver/ptubik.c | 13 +++++++--
src/sys/rmtsysc.c | 10 +++----
src/venus/test/fulltest.c | 7 +++-
src/venus/up.c | 6 +++-
src/viced/afsfileprocs.c | 10 +++++--
src/viced/state_analyzer.c | 3 +-
src/viced/viced.c | 10 +++---
src/vlserver/cnvldb.c | 30 ++++++++++++++++++---
src/vol/namei_ops.c | 25 ++++++++++++++---
src/volser/restorevol.c | 24 ++++++++++++++---
16 files changed, 186 insertions(+), 74 deletions(-)
--
OpenAFS Master Repository