commit | 03733c2b7d7df026c052872322c2a1898ef792a2 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Dec 20 08:40:58 2018 -0800 |
committer | Christopher Ferris <cferris@google.com> | Thu Dec 20 08:40:58 2018 -0800 |
tree | 9e03fce9f7a1ef80b99772bbc85f0427efc3a2c6 | |
parent | f4a3153ed7bd33d02b5500b64e01916103bd9031 [diff] |
Remove CHECK in AdjustEncodedValue. The CHECK(encoding != DW_EH_PE_aligned) can trip given the right arguments. This check isn't necessary, since the code will return false in that case. Add new unit test that tries all values to make sure no CHECK fires. Bug: 120968571 Test: Passes new unit test, and passes fuzzing that failed before. Change-Id: I062bcd18508c75cd3a4ca9dd12f922e25aafda8a