[Intel-gfx] [PATCH 0/3] libdrm, Fix some issues from static analysis

tim.gore at intel.com tim.gore at intel.com
Fri Apr 25 16:58:37 CEST 2014


From: Tim Gore <tim.gore at intel.com>

A static analysis tool reported several "critical" issues in libdrm code.
This patchset addresses a subset of these in the xf86drm*** source files.
Most of these issues are potential null pointer dereferences and are
simply fixed by explicit null check.

Tim Gore (3):
  libdrm: fix some potential security issues
  libdrm: fix more potential security issues
  libdrm: fix potential security issues in xf86drmSL.c

 xf86drm.c     | 99 ++++++++++++++++++++++++++++++++++++++---------------------
 xf86drmHash.c | 12 ++++++--
 xf86drmSL.c   | 20 ++++++++++--
 3 files changed, 91 insertions(+), 40 deletions(-)

-- 
1.9.2




More information about the Intel-gfx mailing list