Can someone explain what is wrong with what happens after the second goto? I am new to programming, but I understand that after the "if" statement, pass or fail, the next thing that will happen is automatic failure.
The next part is what I'm trying to understand. It said something failed, so in the fail goto, it freed the buffers at the locations. So what was it doing after the fail state that made this bad? Wouldn't it just not continue with what it was supposed to do after failing and do some type of error out functionality?
Also, what does this patch mean for those who mainly use their iOS devices and Apple computers at home. Do we need to worry about it since we don't want to update to iOS 7 and Apple has made it clear that it's not possible to get 6.1.6 unless you have an iPod Touch 4G or less.
The next part is what I'm trying to understand. It said something failed, so in the fail goto, it freed the buffers at the locations. So what was it doing after the fail state that made this bad? Wouldn't it just not continue with what it was supposed to do after failing and do some type of error out functionality?
Also, what does this patch mean for those who mainly use their iOS devices and Apple computers at home. Do we need to worry about it since we don't want to update to iOS 7 and Apple has made it clear that it's not possible to get 6.1.6 unless you have an iPod Touch 4G or less.