commit | 8b3ca7f67231b4c27ef32d02fee1fe225306ab4f | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <[email protected]> | Wed Apr 13 10:44:08 2016 -0700 |
committer | Pirama Arumuga Nainar <[email protected]> | Wed Apr 13 15:19:49 2016 -0700 |
tree | e8227dd12c5f12c449c9b1e8f9f45d2124f6e1cd | |
parent | f6ea62be4717c73890dbe44e3781cb195c2cf7e1 [diff] |
Fix uninitialized fields in rsElement for composite data types Bug: http://b/24142721 mBits and mBitsUnpadded are used to compute the size of an element. The Element::compute was not initializing them properly for composite data types, and thus returning zero as the size for a composite type within a composite type. Change-Id: I86240657c60b2007020ff3852c7d136d20a9ca89