Avoid null pointer dereference
We can't unconditionally dereference 'left' here for our loop conditional, because it might be null. We make a minor change to avoid this. Test: TreeHugger Bug: 209004829 Bug: 150670922 Change-Id: Ife5cc63e3910caaff3ba4405e2f9984b12e0e885
Loading
Please register or sign in to comment