commit | d4dea943947ffe91d3ba1fe05e84fa4c8f46fcdd | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Nov 18 12:24:40 2011 +0000 |
committer | David Howells <dhowells@redhat.com> | Fri Nov 18 12:24:40 2011 +0000 |
tree | a7987eee71a66d9928ecdcf720be4b326deddedd | |
parent | d9f9beeaca6882563bf5085650d6d9ce6ca81398 [diff] |
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>