commit | d8c5bcbd224fddd983f0796886409ede880d11ac | [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 | b891826067c2d51cdb0f46b3763642bf8484ebb8 [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>