]> git.michaelhowe.org Git - packages/o/openafs.git/commit
STABLE14-bucoord-64-bit-cleanup-20060701
authorChristopher Allen Wing <wingc@engin.umich.edu>
Mon, 31 Jul 2006 17:36:32 +0000 (17:36 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 31 Jul 2006 17:36:32 +0000 (17:36 +0000)
commit64ba11890f7ba352604b0d807bf0f26c7992dc82
tree52523debe3e8858839fe0dbdb6212ee7e6c86045
parent14d2c07f5dbc4b3b0478177362502e20d70c328f
STABLE14-bucoord-64-bit-cleanup-20060701

However, in bucoord/commands.c, bc_VolRestoreCmd(), bc_DiskRestoreCmd(),
bc_VolsetRestoreCmd(), and bc_DumpCmd() were passing '0' as arguments
instead of NULL.  Because there is no prototype for bc_StartDmpRst() this
results in a crash on 64-bit Linux.  (when running 'volrestore' from an
interactive backup session)
src/bucoord/commands.c