
16 Feb
2023
16 Feb
'23
3:07 p.m.
On Tue, Feb 14, 2023 at 11:08:06 -0600, Jonathon Jongsma wrote:
All users of virCommandSetSendBuffer() are using it to send sensitive data to a child process. So, since these buffers contain sensitive information, clear it with virSecureErase().
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> --- src/util/vircommand.c | 2 ++ 1 file changed, 2 insertions(+)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>