Fix the keyctl padd command and similar to handle binary data on stdin

Fix the keyctl padd, pinstantiate and pupdate commands to not use strlen() on
the data read from stdin as the data may be binary, but rather to have
grab_stdin() return the amount of data read.

Signed-off-by: David Howells <dhowells@redhat.com>
1 file changed