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
Fix an OOB kernel write during the jbupdate process that could cause a panic and in some cases leave the file /var/jb/basebin/gen/dyld.old in a corrupted state where it cannot be deleted anymore (Technically not a 3.0 regression, just 3.0 made the allocation smaller which is why the issue is only noticeable since 3.0)
During rejailbreak, /var/jb/basebin/gen/dyld.old corruption is now automatically detected and found, the issue is automatically solved by moving the corrupted file to /private/preboot/<UUID>/orphaned-<UUID>, which will allow rejailbreaking to work again