OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-84-g8b5bf6e
Gerrit Code Review
gerrit@openafs.org
Sun, 18 Jul 2010 08:15:34 -0700 (PDT)
The following commit has been merged in the master branch:
commit 8b5bf6ed9eb8404f8b9576c440d82a7691bcb77a
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Sat Jul 17 18:06:39 2010 +0100
budb: Add printf format checks to logging fns
Add format checking to the Log, LogError and LogDebug functions.
Fix the resulting type errors. One of these in particular is a
signficant bug, where we would try to print a hash table pointer
as a string.
Change-Id: I02d7bcd7ce63583d24dda4da40288af51a516583
Reviewed-on: http://gerrit.openafs.org/2445
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/budb/budb_internal.h | 9 ++++++---
src/budb/database.c | 8 ++++----
src/budb/db_alloc.c | 4 ++--
src/budb/db_hash.c | 3 ++-
src/budb/db_text.c | 4 ++--
src/budb/procs.c | 2 +-
6 files changed, 17 insertions(+), 13 deletions(-)
--
OpenAFS Master Repository