diff options
author | Paulo Alcantara <[email protected]> | 2012-08-17 14:08:10 -0300 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-08-23 09:17:23 -0600 |
commit | b41f36bde778e6b11129f51de423b7c3aece26b4 (patch) | |
tree | bb88704e60e351c3b0e9fbdc7c6ab8d4549e4a6d /docs/relnotes-7.4.1.html | |
parent | 90bd1d52bbf95947955a66ec67f5f6c7dc87119a (diff) |
egl_dri2: Fix segmentation fault
The segmentation fault occurs when DRI2 is not loaded up and
dri2_setup_screen() function deferences dri2_dpy->dri2 (since it's NULL
at this point).
This patch fixes the segmentation fault by checking if dri2 pointer is
not NULL before deferencing it.
Signed-off-by: Paulo Alcantara <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/relnotes-7.4.1.html')
0 files changed, 0 insertions, 0 deletions