Loading core/java/com/google/android/mms/pdu/PduParser.java +3 −0 Original line number Diff line number Diff line Loading @@ -934,6 +934,9 @@ public class PduParser { int temp = pduDataStream.read(); assert(-1 != temp); int first = temp & 0xFF; if (first == 0) { return null; // Blank subject, bail. } pduDataStream.reset(); if (first < TEXT_MIN) { Loading Loading
core/java/com/google/android/mms/pdu/PduParser.java +3 −0 Original line number Diff line number Diff line Loading @@ -934,6 +934,9 @@ public class PduParser { int temp = pduDataStream.read(); assert(-1 != temp); int first = temp & 0xFF; if (first == 0) { return null; // Blank subject, bail. } pduDataStream.reset(); if (first < TEXT_MIN) { Loading