[Mesa-dev] [PATCH 0/9] Klocwork related patches

Juha-Pekka Heikkila juhapekka.heikkila at gmail.com
Fri Feb 7 04:43:56 PST 2014


1..5 are previously submitted patches which seem to have been lost in
the list, just resubmitting them here. Other patches are new.

Juha-Pekka Heikkila (9):
  glx: Add missing null checks in glxcmds.c
  glx: Add missing null check in __glXCloseDisplay
  glsl: Fix null access on file read error
  glx: Add some missing null checks in glx_pbuffer.c
  glsl: Fix memcpy size in ir_constant
  i965: Add missing null check in
    fs_visitor::dead_code_eliminate_local()
  glx: Add missing null check in __glX_send_client_info()
  egl: Unhide functionality in _eglInitContext()
  egl: Unhide functionality in _eglInitSurface()

 src/egl/main/eglcontext.c            |  3 ++-
 src/egl/main/eglsurface.c            |  4 +++-
 src/glsl/ir.cpp                      |  2 +-
 src/glsl/main.cpp                    |  3 ++-
 src/glx/clientinfo.c                 |  4 ++++
 src/glx/glx_pbuffer.c                | 19 +++++++++++++++----
 src/glx/glxcmds.c                    | 28 ++++++++++++++++++++--------
 src/glx/glxext.c                     |  3 ++-
 src/mesa/drivers/dri/i965/brw_fs.cpp |  4 ++++
 9 files changed, 53 insertions(+), 17 deletions(-)

-- 
1.8.1.2



More information about the mesa-dev mailing list