Skip to content

Commit 5a92294

Browse files
authored
Merge pull request #2652 from AzureAD/josephpab/Xcode26Fix
XCode 26 compatibility
2 parents 2895d67 + 078f18b commit 5a92294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MSAL/src/configuration/external/ios/NSString+MSALAccountIdenfiers.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ - (NSData *)dataFromUInt64:(NSUInteger)value
100100
const int length = 16;
101101
const int lastIndex = length - 1;
102102
const int bitsInByte = 8;
103-
char buffer[length];
103+
char buffer[16];
104104

105105
for (int idx = 0; idx < length; ++idx)
106106
{

0 commit comments

Comments
 (0)