OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3403-gea24520
Gerrit Code Review
gerrit@openafs.org
Wed, 20 Feb 2013 12:31:29 -0800 (PST)
The following commit has been merged in the master branch:
commit ea24520b3152e4197b2f1e1c3f3dd937340660a6
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Tue Feb 12 14:07:10 2013 +0000
usd: Can't call usd_FileStandard* with NULL
It doesn't make sense to call usd_FileStandard{Input,Output} with
a NULL usd_handle_t (and doing so would crash later in the
function), so don't check for attempts to do so.
Caught by clang-analyzer
Change-Id: I03c0b627056108fe0d6f78d8028323cc4ed74758
Reviewed-on: http://gerrit.openafs.org/9151
Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/usd/usd_file.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository