Skip to content
Snippets Groups Projects

VLCSharedLibraryParser: Fix potential crash on unknown selector

Merged Soomin Lee requested to merge bubu/vlc-ios:sharedlibrary/parser/string/01 into master

It was assumed that parsedContents was always an array of NSDictionnary.

This makes sure that the object is a NSDictionnary in order to avoid a potential crash.

Indeed in some rare cases, it seemed that the first object can be a NSString which leads to a crash with unknown selector.

Merge request reports

Closed by avatar (Apr 23, 2025 9:31pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
Please register or sign in to reply
Loading