commit | 04fa2ecdf24a1c9656c37b29c73a0a4a4a4267c0 | [log] [tgz] |
---|---|---|
author | Adrian Grange <agrange@google.com> | Thu May 31 09:51:54 2012 -0700 |
committer | Adrian Grange <agrange@google.com> | Thu May 31 11:07:17 2012 -0700 |
tree | d8d7dc90d377b1d75fb6b923b5d333025902a58a | |
parent | b8c369053b8baffc2181b7b362262269f9e346e6 [diff] |
Fixed bug where invalid pointer is dereferenced Variables m & mi were being dereferenced when they might hold invalid values. The fix is simply to move these dereferences to after the point at which mb_row and mb_col are tested for validity. Change-Id: Ib16561efa9792dc469759936189ea379d374ad20