Searched hist:dde538c9a76f328a92c532893e97e18785d57364 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | hash-gnutls.c | diff dde538c9a76f328a92c532893e97e18785d57364 Tue Oct 15 07:25:36 CDT 2024 Daniel P. Berrangé <berrange@redhat.com> crypto/hash: avoid overwriting user supplied result pointer
If the user provides a pre-allocated buffer for the hash result, we must use that rather than re-allocating a new buffer.
Reported-by: Dorjoy Chowdhury <dorjoychy111@gmail.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
|
H A D | hash-glib.c | diff dde538c9a76f328a92c532893e97e18785d57364 Tue Oct 15 07:25:36 CDT 2024 Daniel P. Berrangé <berrange@redhat.com> crypto/hash: avoid overwriting user supplied result pointer
If the user provides a pre-allocated buffer for the hash result, we must use that rather than re-allocating a new buffer.
Reported-by: Dorjoy Chowdhury <dorjoychy111@gmail.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
|
H A D | hash-gcrypt.c | diff dde538c9a76f328a92c532893e97e18785d57364 Tue Oct 15 07:25:36 CDT 2024 Daniel P. Berrangé <berrange@redhat.com> crypto/hash: avoid overwriting user supplied result pointer
If the user provides a pre-allocated buffer for the hash result, we must use that rather than re-allocating a new buffer.
Reported-by: Dorjoy Chowdhury <dorjoychy111@gmail.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
|
H A D | hash-nettle.c | diff dde538c9a76f328a92c532893e97e18785d57364 Tue Oct 15 07:25:36 CDT 2024 Daniel P. Berrangé <berrange@redhat.com> crypto/hash: avoid overwriting user supplied result pointer
If the user provides a pre-allocated buffer for the hash result, we must use that rather than re-allocating a new buffer.
Reported-by: Dorjoy Chowdhury <dorjoychy111@gmail.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
|