]> git.michaelhowe.org Git - packages/o/openafs.git/commit
fix garbage counters in supergroup prdb_check
authorSimon Wilkinson <sxw@your-file-system.com>
Wed, 3 Apr 2013 11:09:03 +0000 (07:09 -0400)
committerStephan Wiesand <stephan.wiesand@desy.de>
Thu, 4 Apr 2013 08:17:24 +0000 (01:17 -0700)
commit65ae1315891e4c4802b82bdeceea40d20865a648
tree6c8e5b832eccee70f500ed7b70bc9b9b6c3424b2
parent703849934244f67bfbae1bb83169a5f32a4eab9d
fix garbage counters in supergroup prdb_check

This is a backport of one hunk of commit
9efc255ab8de7ad90c7d599fea7bd1956bfd48c2, where a calloc fixes an
incorrectly sized memset. The original memset clears the size of the
pointer, not the sizeof the structure.

Change-Id: I40250e0346345fe9b4b43d14e76ea5fb23c8c04b
Reviewed-on: http://gerrit.openafs.org/9701
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/ptserver/db_verify.c