OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2709-ge194a8b
Gerrit Code Review
gerrit@openafs.org
Mon, 16 Jul 2012 05:49:14 -0700 (PDT)
The following commit has been merged in the master branch:
commit e194a8b7f811a995e8f7147a12ac4be6e96f873f
Author: Garrett Wollman <wollman@csail.mit.edu>
Date: Sun Jul 15 14:09:11 2012 -0400
util: LogCommandLine: argc is an int, so assert that it's positive
In practice, argc should never be negative, but by convention it's
a signed int, so change the assertion to require it to be positive
rather than merely nonzero to get some help to the static analyzer.
Change-Id: I2d6c00b8ad2f8d573d717f1e2b88a4bb902f125c
Reviewed-on: http://gerrit.openafs.org/7765
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/util/serverLog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository