[Skiboot] [PATCH 0/8] Bugs fixes: Issues reported by Coverity

Kamalesh Babulal kamalesh at linux.vnet.ibm.com
Tue Jun 23 18:37:30 AEST 2015


This patchset has various bugs fixes based on the issues reported
by Coverity tool.

Kamalesh Babulal (8):
  p7ioc_err_inject_io32() - Fix uninitialized variable warning
  queue_led_state_change() - Fix unterminated string warning
  nvram_format: Fix unterminated string warning
  cpu_remove_node() : Fix potential null dereference
  pci_configure_mps(): Check empty pointer before dereferencing
  find_shared() - Check for return value from dt_find_property
  Fix potential overrun of p7ioc_phb->{tve_hi_cache, tve_hi_cache}
  Introduce memory allocation return value check

 Makefile          |  2 +-
 core/cpu.c        |  2 ++
 core/nvram.c      |  4 ++--
 core/pci.c        | 17 ++++++++++++-----
 hdata/memory.c    |  7 +++++--
 hw/fsp/fsp-leds.c |  2 +-
 hw/p7ioc-phb.c    |  3 ++-
 7 files changed, 25 insertions(+), 12 deletions(-)

-- 
2.1.2



More information about the Skiboot mailing list