commit | 8504072a2a47c80344c1cf81537d1d433a979fc6 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Aug 16 14:55:05 2012 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Thu Sep 13 11:22:30 2012 +1000 |
tree | 779f70248093e5cb09145544bcc79f423aadc5bb | |
parent | 9e50b9d55e9c38440175a0f27f77708e2270b140 [diff] |
drm: edid: Add bounds checking to HDMI VSDB parsing The length of HDMI VSDB must be at least 5 bytes. Other than the minimum, nothing else about the length is specified. Check the length before accessing any additional field beyond the minimum length. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>