Bugzilla – Attachment #871501: CVE-2023-40547 codes from keybase for bug #1215098
}
if (*buf_size == 0) {
perror(L"Failed to get Content-Lenght\n");
perror(L"Failed to get Content-Length\n");
goto error;
if (*buf_size < rx_message.BodyLength) {
efi_status = EFI_BAD_BUFFER_SIZE;
perror(L"Invalid Content-Length\n");
-