commit | ea27c8426e356e8a89c634f1df24d5b12e49cff7 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Nov 02 16:41:30 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 14 18:14:06 2024 -0600 |
tree | 9c93e6cda220c078ab3cc08b707ea337e64f8501 | |
parent | 1b8d41c66ce3985e3a53e1f118b6e655a05e8197 [diff] |
test: cmd/mbr: pass correct buffer size to init_write_buffers We want to completely initialize the mbr and embr buffers. This requires passing the buffer size and not the size of a pointer to the buffer. Addresses-Coverity-ID: 510454 Wrong sizeof argument Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>