All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/8] Fix some coverity warnings
@ 2018-06-09 18:22 Simon Glass
  2018-06-09 18:22 ` [U-Boot] [PATCH 1/8] log: Fix incorect range check in log_get_cat_name() Simon Glass
                   ` (7 more replies)
  0 siblings, 8 replies; 23+ messages in thread
From: Simon Glass @ 2018-06-09 18:22 UTC (permalink / raw)
  To: u-boot

This series attempts to fix various problems reported by Coverity, in
subsystems where I have some knowledge.


Simon Glass (8):
  log: Fix incorect range check in log_get_cat_name()
  console: Fix handling of NULL global_data
  sandbox: Use memcpy() to move overlapping regions
  fdtgrep: Fix logic of free() in do_fdtgrep()
  fdtgrep: Separate out checking of two allocations
  rsa: Fix missing memory leak on error in fdt_add_bignum()
  spi: sandbox: Fix memory leak in sandbox_sf_bind_emul()
  sandbox: swap_case: Increase number of base address regs

 arch/sandbox/cpu/os.c     |  3 ++-
 common/console.c          |  8 ++++++--
 common/log.c              |  2 +-
 drivers/misc/swap_case.c  |  2 +-
 drivers/mtd/spi/sandbox.c |  6 +++---
 lib/rsa/rsa-sign.c        |  4 +---
 tools/fdtgrep.c           | 15 ++++++++++-----
 7 files changed, 24 insertions(+), 16 deletions(-)

-- 
2.18.0.rc1.242.g61856ae69a-goog

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

end of thread, other threads:[~2018-06-12  6:05 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-09 18:22 [U-Boot] [PATCH 0/8] Fix some coverity warnings Simon Glass
2018-06-09 18:22 ` [U-Boot] [PATCH 1/8] log: Fix incorect range check in log_get_cat_name() Simon Glass
2018-06-09 19:28   ` Heinrich Schuchardt
2018-06-09 18:22 ` [U-Boot] [PATCH 2/8] console: Fix handling of NULL global_data Simon Glass
2018-06-09 19:32   ` Heinrich Schuchardt
2018-06-09 18:22 ` [U-Boot] [PATCH 3/8] sandbox: Use memcpy() to move overlapping regions Simon Glass
2018-06-09 18:56   ` Heinrich Schuchardt
2018-06-10 11:35     ` Simon Glass
2018-06-09 18:22 ` [U-Boot] [PATCH 4/8] fdtgrep: Fix logic of free() in do_fdtgrep() Simon Glass
2018-06-09 19:44   ` Heinrich Schuchardt
2018-06-12  6:05     ` Simon Glass
2018-06-09 18:22 ` [U-Boot] [PATCH 5/8] fdtgrep: Separate out checking of two allocations Simon Glass
2018-06-09 19:46   ` Heinrich Schuchardt
2018-06-12  6:05     ` Simon Glass
2018-06-09 18:22 ` [U-Boot] [PATCH 6/8] rsa: Fix missing memory leak on error in fdt_add_bignum() Simon Glass
2018-06-09 19:50   ` Heinrich Schuchardt
2018-06-12  6:05     ` Simon Glass
2018-06-09 18:22 ` [U-Boot] [PATCH 7/8] spi: sandbox: Fix memory leak in sandbox_sf_bind_emul() Simon Glass
2018-06-09 19:54   ` Heinrich Schuchardt
2018-06-10 11:35     ` Simon Glass
2018-06-12  6:05       ` Simon Glass
2018-06-09 18:22 ` [U-Boot] [PATCH 8/8] sandbox: swap_case: Increase number of base address regs Simon Glass
2018-06-09 19:58   ` Heinrich Schuchardt

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.