commit | cd9a21a831af0af7539a0e37e4455da03df7cf82 | [log] [tgz] |
---|---|---|
author | Dave Jones <davej@redhat.com> | Thu Jan 30 21:27:25 2014 -0500 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Wed Feb 05 08:52:34 2014 +0100 |
tree | 9ad6126ed0a65c5240c63fc424669d04b6876ac0 | |
parent | 30f82d816d2dccfdc2063ac8cca994904c9b612c [diff] |
vmwgfx: Fix unitialized stack read in vmw_setup_otable_base One of the error paths in vmw_setup_otable_base causes us to return with 'ret' having never been set to anything causing us to return whatever was on the stack. Found with Coverity Signed-off-by: Dave Jones <davej@fedoraproject.org> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>