jsh 001d0abd3e Fix potential ArrayIndexOutOfBoundsException.
When parsing an SMS message as email, extractEmailAddressFromMessageBody()
checks parts.length >= 1, but then proceeds to access parts[1] (which
may not exist).  Instead, check for parts.length >= 2, and treat
parts.length = 1 as non-email.

b/2122698
2009-09-18 15:31:10 -07:00
2009-09-18 11:30:47 -07:00
2009-09-18 11:49:55 +08:00
2009-09-16 14:45:22 -07:00
2009-09-18 11:30:47 -07:00
2009-09-15 09:54:20 -07:00
2009-09-18 15:07:28 -04:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%