commit | 522e43188628dc30287e3f8c69b779ecc885e7c2 | [log] [tgz] |
---|---|---|
author | Ray Essick <essick@google.com> | Tue Nov 21 10:32:24 2017 -0800 |
committer | Ray Essick <essick@google.com> | Tue Nov 21 10:32:24 2017 -0800 |
tree | bd2986074db7ee374bae11ab1bfdf2a265f004ae | |
parent | 6b0e0f0299748dad99dfb5f65c7203bef1abb757 [diff] |
avoid null dereference fix a null pointer dereference exposed during 64-bit testing; caused a crash at the end of recording video. I would have expected a similiar failure in 32-bit mode, but suspect some code generation + inlining difference optimized away the dereference in 32-bit mode. Have not identified just where that happens. Bug: 16890215 Test: record videos in both 32- and 64-bit modes