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 the file passed to the library to decompress is under 157 bytes (TAR_TYPE_POSITION + 1) then the typeForObject:atOffset: (NSFileManager+Tar.m line 189) will crash. Expected behavior is for the API to fail gracefully. This could be handled with a check on the file size.
The text was updated successfully, but these errors were encountered:
If the file passed to the library to decompress is under 157 bytes (
TAR_TYPE_POSITION
+ 1) then thetypeForObject:atOffset:
(NSFileManager+Tar.m line 189) will crash. Expected behavior is for the API to fail gracefully. This could be handled with a check on the file size.The text was updated successfully, but these errors were encountered: