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(a)redhat.com>
---
src/util/vircommand.c | 2 ++
1 file changed, 2 insertions(+)
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>