In boot_record.c the size of TLV-s are not checked before they are copied to a fix sized buffer. They might overflow. Introduce a check to avoid buffer overflow.
Description
Description
In boot_record.c the size of TLV-s are not checked before they are copied to a fix sized buffer. They might overflow. Introduce a check to avoid buffer overflow.