Searched hist:fe0f01d8 (Results 1 – 2 of 2) sorted by relevance
/openbmc/libpldm/include/libpldm/ |
H A D | bios_table.h | fe0f01d8 Mon Jun 26 21:21:58 CDT 2023 Andrew Jeffery <andrew@aj.id.au> bios_table: Transitive error handling for get_bios_attr_handle()
Most transitive callers of get_bios_attr_handle() exposed in the public API surface already had the ability to return an error code. pldm_bios_table_attr_entry_integer_encode() was the one case where there wasn't the case, but the equivalent pldm_bios_table_attr_entry_integer_encode_check() API did already exist.
We reimplement pldm_bios_table_attr_entry_integer_encode() in terms of pldm_bios_table_attr_entry_integer_encode_check() and then deprecate pldm_bios_table_attr_entry_integer_encode() to continue working towards making the library assert()-safe.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Ia97e51b25174d0536ebd53182e7006a553b35f94
|
/openbmc/libpldm/ |
H A D | CHANGELOG.md | fe0f01d8 Mon Jun 26 21:21:58 CDT 2023 Andrew Jeffery <andrew@aj.id.au> bios_table: Transitive error handling for get_bios_attr_handle()
Most transitive callers of get_bios_attr_handle() exposed in the public API surface already had the ability to return an error code. pldm_bios_table_attr_entry_integer_encode() was the one case where there wasn't the case, but the equivalent pldm_bios_table_attr_entry_integer_encode_check() API did already exist.
We reimplement pldm_bios_table_attr_entry_integer_encode() in terms of pldm_bios_table_attr_entry_integer_encode_check() and then deprecate pldm_bios_table_attr_entry_integer_encode() to continue working towards making the library assert()-safe.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Ia97e51b25174d0536ebd53182e7006a553b35f94
|