You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If no data is read crash observed at
“[NSData dataWithBytesNoCopy:chunkBuffer length:read];” string.
unsigned int "read" was converted to signed int creating "absurd" length when attempting to create data object.
0 commit comments