[Mesa-dev] [PATCH 0/9] intel: coverity round of fixes

Lionel Landwerlin lionel.g.landwerlin at intel.com
Thu Jul 13 17:08:53 UTC 2017


Hi all,

Here are some fixes for coverity issues.

Cheers,

Lionel Landwerlin (9):
  isl: use 64bit arithmetic to compute size
  intel/compiler: remove check unsigned is >= 0
  i965: map_gtt: check mapping address before adding offset
  i965: check pointer before dereferencing it
  intel/compiler: don't check unsigned is >= 0
  i965: fix missing NULL return if allocation fails
  intel/compiler: no need to check unsigned is >= 0
  anv: don't use strcpy for copying strings
  aubinator: don't leak fd of opened aubfile

 src/intel/compiler/brw_eu_emit.c                 |  2 +-
 src/intel/compiler/brw_fs_nir.cpp                |  2 +-
 src/intel/compiler/brw_vec4_gs_visitor.cpp       |  2 +-
 src/intel/isl/isl.c                              |  4 ++--
 src/intel/tools/aubinator.c                      |  2 ++
 src/intel/vulkan/anv_device.c                    |  3 ++-
 src/mesa/drivers/dri/i965/intel_buffer_objects.c |  1 +
 src/mesa/drivers/dri/i965/intel_mipmap_tree.c    |  4 +++-
 src/mesa/drivers/dri/i965/intel_tex_copy.c       | 14 +++++++-------
 9 files changed, 20 insertions(+), 14 deletions(-)

--
2.13.2


More information about the mesa-dev mailing list