ryotayama / hayaemon_ios_issues

4 stars 0 forks source link

他のアプリからのインポート時にアプリがクラッシュするケースを修正する #890

Open ryotayama opened 2 months ago

ryotayama commented 2 months ago

2024/06/12 12:48の問合せより。 PlaylistViewControllerクラスのimportメソッド内、NSMutableArray *arSongs = [[self.arArtists objectAtIndex:j] objectAtIndex:k];という処理で配列の範囲外アクセスが発生し、クラッシュしている模様。