commit | 7017f6401ad0a6dc5336661a0c60693391822648 | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Fri Sep 13 06:58:03 2019 -0700 |
committer | Greg Kaiser <gkaiser@google.com> | Fri Sep 13 06:58:03 2019 -0700 |
tree | 5cb48bfcdf5ee053c8d289773a298e8805f873b5 | |
parent | 23f2fbd25093d2dab4dddf7a861f4cd1b6253971 [diff] |
libsnapshot: Fix typo in nullptr check We already know 'existing_extent' is non-null (or else we would have crashed on the previous line). We fix this to check 'existing_linear_extent' against nullptr. Test: TreeHugger Change-Id: I03338bca87d1c2bd0cbea0e1ec31244ba9570a40