Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The sizeof on dest in str_padded_copy requires the src to be a fixed buffer. Since the vendor variable is a UINT32, use sizeof(vendor) over sizeof(&vendor), which is the size of the pointer not the target. Signed-off-by: William Roberts <william.c.roberts@intel.com>
- Loading branch information