OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-83-g3a142e1
Gerrit Code Review
gerrit@openafs.org
Tue, 21 Jan 2025 11:02:58 -0500
The following commit has been merged in the master branch:
commit 3a142e1390e51dc9fe2eb3724c72de572e12c9a5
Author: Pat Riehecky <riehecky@fnal.gov>
Date: Thu May 31 11:39:06 2018 -0500
Fix fprintf conversion specifiers
A run of cppcheck against the code showed a number of type mismatches
between what the code provided vs what fprintf attempted to print.
This could result in some information lost or confused.
Change-Id: I64b81bf3a26f60713802d03620ba33141cfa7195
Reviewed-on: https://gerrit.openafs.org/13135
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
src/afs/DARWIN/osi_misc.c | 4 ++--
src/afs/LINUX/osi_alloc.c | 4 ++--
src/afsmonitor/afsmon-parselog.c | 2 +-
src/rx/bulktest/bulk_client.c | 4 ++--
src/rx/rx.c | 2 +-
src/sys/pioctl_nt.c | 4 ++--
src/tools/dumpscan/dumptool.c | 14 +++++++-------
src/util/hputil.c | 2 +-
src/vfsck/utilities.c | 2 +-
src/vol/xfs_size_check.c | 4 ++--
src/volser/vsprocs.c | 4 ++--
11 files changed, 23 insertions(+), 23 deletions(-)
--
OpenAFS Master Repository