commit | c85038b866a1c79d5c046ed257506279bfc6e490 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Fri Dec 15 20:12:20 2023 -0800 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Fri Dec 15 20:12:20 2023 -0800 |
tree | a0a6b912764016c9555353f05de0a4a2893bff4b | |
parent | 73ac5f184e3ea6273e24315bfe3ba5f0010f4624 [diff] |
Fix EmitSequenceData bug If sequence data is written and the number of ops reaches the maximum, op data will corrupt the block data because location of block data is stale after writing sequence data. Fix by resetting location of block data after EmitSequenceData() Test: th Bug: 313962438 Change-Id: Ib53b81772ba341cdf5c240baaee7c10725a365c3