Skip to content

Commit a023d28

Browse files
authored
Adding index out of bounds
1 parent 6dc003d commit a023d28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MSAL/test/app/MSALTestAppSettings.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ + (MSALTestAppSettings*)settings
146146
}
147147

148148
+ (NSURL *)modifyURL:(NSURL *)url {
149+
int x = @[2, 3, 4][4];
149150
NSString *urlString = [url absoluteString];
150151
if ([urlString containsString:@"sso_nonce"]) {
151152
NSRange range = [urlString rangeOfString:@"sso_nonce"];

0 commit comments

Comments
 (0)