aboutsummaryrefslogtreecommitdiff
path: root/platforms/qemu
diff options
context:
space:
mode:
authorAbhishek Singh Tomar <abhishek@linux.ibm.com>2024-06-14 13:16:02 +0530
committerReza Arbab <arbab@linux.ibm.com>2024-08-02 08:48:56 -0500
commit8fa4aae8ceeed933a75fd9b00d7374bbfa2a531b (patch)
tree3c68e2b4492f123df36513e29821c67154f85ed3 /platforms/qemu
parenta9830fc341ebe6f1869dda6173f71ffdd2b7e3ec (diff)
downloadskiboot-master.zip
skiboot-master.tar.gz
skiboot-master.tar.bz2
core/pldm: Fix Use of uninitialised valueHEADmaster
In decode_platform_event_message_resp() when response.completion_code is not PLDM_SUCCESS then response.platform_event_status remain uninitialized this end up triggering following warning ==48024== Use of uninitialised value of size 8 ==48024== at 0x48D12CB: _itoa_word (_itoa.c:183) ==48024== by 0x48DBFA1: __printf_buffer (vfprintf-process-arg.c:155) ==48024== by 0x48DE072: __vfprintf_internal (vfprintf-internal.c:1559) ==48024== by 0x42DD97: vprintf (stdio.h:41) ==48024== by 0x42DD97: _prlog (stubs.c:27) ==48024== by 0x426C92: send_repository_changed_event (pldm-platform-requests.c:929) ==48024== by 0x426E7D: add_hosted_pdrs (pldm-platform-requests.c:973) ==48024== by 0x427752: pldm_platform_init (pldm-platform-requests.c:1226) Fix issue by intializing struct response with 0. Signed-off-by: Abhishek Singh Tomar <abhishek@linux.ibm.com> Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
Diffstat (limited to 'platforms/qemu')
0 files changed, 0 insertions, 0 deletions