OPENAFS-SA-2018-002 butc: Initialize OUT scalar value
authorBenjamin Kaduk <kaduk@mit.edu>
Thu, 30 Aug 2018 15:38:56 +0000 (10:38 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Sun, 9 Sep 2018 22:34:10 +0000 (17:34 -0500)
commitf5a80115f8f7f9418287547f0fc7fdb13d936f00
tree92d917c1cf9fca41ae3a2e612505ed24f77bddb6
parent7a7c1f751cdb06c0d95339c999b2c035c2d2168b
OPENAFS-SA-2018-002 butc: Initialize OUT scalar value

In STC_ReadLabel, the interaction with the tape device is
synchronous, so there is no need to allocate a task ID for status
monitoring.  However, we do need to initialize the output value,
to avoid writing stack garbage on the wire.

Change-Id: Id2066e1fe95fa1de02577dfd844697b1ae770f30
src/butc/tcprocs.c