[PATCH ipmi-fru-parser] Increase size of buffer length variable
OpenBMC Patches
openbmc-patches at stwcx.xyz
Fri May 13 05:10:18 AEST 2016
The latest Barreleye vpd contains additional custom fields in one
of the board sections, pushing the size of the section to over 0x100.
The current variable that stores the buffer size is set to be
uint8_t which doesn't fit the extended size. Changing it to uint32_t.
Signed-off-by: Adriana Kobylak <anoo at us.ibm.com>
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/openbmc/ipmi-fru-parser/15)
<!-- Reviewable:end -->
https://github.com/openbmc/ipmi-fru-parser/pull/15
Adriana Kobylak (1):
Increase size of buffer length variable
fru-area.H | 4 ++--
frup.c | 2 +-
frup.h | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
--
2.8.1
More information about the openbmc
mailing list