lbryio / lbry-android

The LBRY Android app
MIT License
2.44k stars 113 forks source link

fix null pointer dereference in class Claim #1223

Open ekinzie opened 2 years ago

ekinzie commented 2 years ago

releaseTimeString can be initialized to null. Check for this case before trying to parse it.

PR Checklist

Please check all that apply to this PR using "x":

PR Type

What kind of change does this PR introduce?

Fixes

Issue Number:

What is the current behavior?

Application crashes when playing some videos.

What is the new behavior?

Application continues even if release time string is not found.

Other information