handle: properly reset output arguments to 0
authorDavid Herrmann <dh.herrmann@gmail.com>
Thu, 8 Jan 2015 16:06:40 +0000 (17:06 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Thu, 8 Jan 2015 16:48:55 +0000 (17:48 +0100)
commitfca1b60ce7cc199c8185301c97848b9bb06ed3b3
tree1b73b150603dbddcdce8c0e9c2b7ff79a846949f
parent6bdff90c02ebf588b9c9a8764dd13a63bd220085
handle: properly reset output arguments to 0

Make sure all output arguments are set to 0 so we can copy them once we're
done with the ioctl, regardless whether they were set previously.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
handle.c