]> git.saurik.com Git - android/aapt.git/commit - ResourceTable.cpp
Fix up getAttributeFlags() function
authorBen Gruver <bgruv@google.com>
Wed, 7 Mar 2012 03:26:22 +0000 (19:26 -0800)
committerBen Gruver <bgruv@google.com>
Wed, 7 Mar 2012 18:49:55 +0000 (10:49 -0800)
commitfb9204d5c854f5149ee0da86b729b9d5d8c5b194
tree63367f227dbd6c306028a84845d2262545d9c908
parenta632ef41ebadaf1d531a1237516d3673aac7d557
Fix up getAttributeFlags() function

In addition to a couple of minor clean-up items, this fixes an issue that can
rarely cause incorrect parsing of attribute flag values, when there is a '|'
character in the few bytes past the end of the attribute value being parsed.

Change-Id: I6050b1c2db60720c7c0ab7df9eba8cfc629b320e
ResourceTable.cpp