All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH ipmi-fru-parser] Increase size of buffer length variable
@ 2016-05-12 19:10 OpenBMC Patches
  2016-05-12 19:10 ` OpenBMC Patches
  0 siblings, 1 reply; 4+ messages in thread
From: OpenBMC Patches @ 2016-05-12 19:10 UTC (permalink / raw)
  To: openbmc

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@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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-05-16  0:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-12 19:10 [PATCH ipmi-fru-parser] Increase size of buffer length variable OpenBMC Patches
2016-05-12 19:10 ` OpenBMC Patches
2016-05-13 13:51   ` Adriana Kobylak
2016-05-16  0:53     ` Stewart Smith

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.