]> git.saurik.com Git - android/aapt.git/commit
aapt: Remove terminal pointer incrementaion
authorNobuhiro Hayashi <nobuhiro.hayashi@gmail.com>
Mon, 30 Jan 2012 09:42:20 +0000 (18:42 +0900)
committerNobuhiro Hayashi <nobuhiro.hayashi@gmail.com>
Fri, 30 Mar 2012 10:23:04 +0000 (19:23 +0900)
commit282464ed2d1eb2307b1e560b258344ede0569fbf
treec1a6c85a56dbfcfa1037cf5849bbdd2022dc442d
parentaf38c7f785e8cb9a740a9fce16d8ddb3602747fe
aapt: Remove terminal pointer incrementaion

When initialization, 'end' pointer refers terminal
character in a string. But it is incremented in
while loop. It occurs the access to non-secure memory.

Issue detail
  http://code.google.com/p/android/issues/detail?id=24896

Change-Id: I751d1154d797738c87a66374a66933528c045be5
ResourceTable.cpp