git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc62553
)
drm/exynos: Fix potential NULL pointer dereference
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 23 Nov 2012 03:41:59 +0000
(09:11 +0530)
committer
Inki Dae
<inki.dae@samsung.com>
Wed, 5 Dec 2012 05:39:21 +0000
(14:39 +0900)
Pointer was being dereferenced after freeing.
Fixes the following error:
drivers/gpu/drm/exynos/exynos_drm_g2d.c:323 g2d_userptr_put_dma_addr() error:
dereferencing freed memory 'g2d_userptr'
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
No differences found