NSObjectSafe icon indicating copy to clipboard operation
NSObjectSafe copied to clipboard

NSConstantArray need add to the hook list

Open luyinuo opened this issue 7 months ago • 0 comments

Test Case: NSArray *arr = @[@"1",@"2",@"2",@"2",@"2",@"2",@"2",@"2",@"2"]; arr[100] [arr objectAtIndex:100] Crash Error: Uncaught exception: NSRangeException: *** -[NSConstantArray objectAtIndex:]: index 100 beyond bounds [0 .. 8] -[NSConstantArray objectAtIndexedSubscript:]: index 100 beyond bounds [0 .. 8]

luyinuo avatar Jul 22 '24 08:07 luyinuo