[Intel-gfx] [PATCH] drm: fix blob pointer check

2016-03-10 Thread Daniel Vetter
On Thu, Mar 10, 2016 at 12:10:30PM +, Daniel Stone wrote: > On 10 March 2016 at 12:04, Lionel Landwerlin > wrote: > > Check properly that the allocated blob's pointer is valid. > > > > Signed-off-by: Lionel Landwerlin > > Reported-by: Dan Carpenter > > Cc: Daniel Stone > > Reviewed-by: Dan

[Intel-gfx] [PATCH] drm: fix blob pointer check

2016-03-10 Thread Daniel Stone
On 10 March 2016 at 12:04, Lionel Landwerlin wrote: > Check properly that the allocated blob's pointer is valid. > > Signed-off-by: Lionel Landwerlin > Reported-by: Dan Carpenter > Cc: Daniel Stone Reviewed-by: Daniel Stone

[PATCH] drm: fix blob pointer check

2016-03-10 Thread Lionel Landwerlin
Check properly that the allocated blob's pointer is valid. Signed-off-by: Lionel Landwerlin Reported-by: Dan Carpenter Cc: Daniel Stone Cc: Daniel Vetter Cc: Matt Roper Cc: dri-devel at lists.freedesktop.org --- drivers/gpu/drm/drm_atomic_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2