commit | 409bbf1e3da29aaf57b520e29f904db9c7c2475e | [log] [tgz] |
---|---|---|
author | Damien Lespiau <damien.lespiau@intel.com> | Mon Mar 03 23:59:07 2014 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Mar 17 11:23:07 2014 +0100 |
tree | 03c20d00e2f73e69d798a44720e746b104bb3c39 | |
parent | 366d48070008a0846a099b23efef297451b05640 [diff] |
drm: Check if the allocation has succeeded before dereferencing newmode We allocate memory in drm_display_mode_from_vic_index() and use it without checking the pointer is valid. Fix that. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>