summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-10-11 12:00:38 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-10-13 03:39:59 +0300
commitda2f7e0a614a13041f058e17f1db8b56b115ac73 (patch)
tree15ceecc9a86796bd9c197796df75391c40f01463
parent1a2822c99a7e166fd01aa8a28dd34934fdb78bbb (diff)
downloadopenbmc-da2f7e0a614a13041f058e17f1db8b56b115ac73.tar.xz
libpldm: srcrev bump 2332e05723..8f33a1dcc3
Andrew Jeffery (22): msgbuf: Externalise error value conversion msgbuf: Bounds checks that satisfy GCC's analyzer dsp: platform: Merge PDR header extraction and validation dsp: platform: Prevent overflow of arithmetic on event_data_length dsp: platform: Bounds check encode_sensor_state_pdr() dsp: platform: Bounds check encode_state_effecter_pdr() dsp: pdr: Bound check pldm_entity_association_pdr_extract() dsp: bios_table: Branchless implementation of pad_size_get() dsp: bios_table: Tidy up pldm_bios_table_pad_checksum_size() dsp: bios_table: Bounds check pldm_bios_table_append_pad_checksum() dsp: bios_table: Bounds check pldm_bios_table_attr_value_entry_encode_string() dsp: bios_table: Bounds check pldm_bios_table_attr_value_entry_encode_enum() dsp: firmware_update: Bounds check decode_downstream_device_parameter_table_entry_versions() oem: ibm: platform: Bounds check encode_bios_attribute_update_event_req() dsp: fru: Bounds check encode_get_fru_record_by_option_resp() dsp: fru: Bounds check encode_fru_record() dsp: bios: Bounds check encode_set_bios_table_req() dsp: bios: Bounds check encode_set_bios_attribute_current_value_req() dsp: bios_table: Bounds check pldm_bios_table_string_entry_encode() utils: Avoid array-lookup in is_time_legal() Apply GCC's tainted_args attribute to library entrypoints dsp: pdr: Rework test in pldm_entity_association_pdr_extract() Change-Id: I97180668362ea2eac1bdaf58391a9f2f8d5f46d3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb b/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
index 7c210a8bbf..c3fc57d847 100644
--- a/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
+++ b/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "PLDM library implementing various PLDM specifications"
HOMEPAGE = "https://github.com/openbmc/libpldm"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-SRCREV = "2332e0572300d6e490704b0d5fea720744594764"
+SRCREV = "8f33a1dcc30df24ad44c4b022273087fd234cb20"
LIBPLDM_ABI_DEVELOPMENT = "deprecated,stable,testing"
LIBPLDM_ABI_MAINTENANCE = "stable,testing"
LIBPLDM_ABI_PRODUCTION = "deprecated,stable"