Looks at my username. Shrugs shoulders.I've just got to ask. Whyinhell does anyone care what the build number is?
Looks at my username. Shrugs shoulders.I've just got to ask. Whyinhell does anyone care what the build number is?
Don’t get me wrong, I’m glad Apple addressed a security flaw with a new update, but as others said on the iOS 14.5.1 post, didn’t Apple discover this over the two months of the beta? I made a clean install hoping 11.3 would last a while... I could have waited a week before making this clean install
It sounds like it’s time for a rewrite if that’s the case. The impact of bugs like these is always surprisingly big.
nresp = packet_get_int();
if (nresp > 0) {
response = xmalloc(nresp*sizeof(char*));
for (i = 0; i < nresp; i++)
response[i] = packet_get_string(NULL);
}
Yet, most of those quick updates are due to Apple breaking things not due to security.Because of course security flaws are found based on a calendar.
Could we safely assume that a Webkit engine written in Swift would be much more secure in this regard? If so, do you think Apple is planning to code their own new engine -in Swift- in order to make their operating systems more secure?For example, here is code that causes an Integer overflow:
C:nresp = packet_get_int(); if (nresp > 0) { response = xmalloc(nresp*sizeof(char*)); for (i = 0; i < nresp; i++) response[i] = packet_get_string(NULL); }
When nresp = 1073741824, and sizeOfChar = 4, the malloc allocates a 0-length buffer inside the memory given to the code. This causes the loop to start writing into the code. Things like this can't be checked by the OS - only by the compiler, or the original programmer who should do a check for the xmalloc size. Unfortunately, C doesn't check to make sure this is valid code.
Nah, just install Linux, and your updates are done on the fly. Just restart and you are done. As it should be.Man I don’t understand if you can’t trust apple with their updates and why don’t you go and buy a windows machine I’m sure you’ll enjoy their updates every day.🙈
That's one way to get rid of the competitionI got a notice right after updating that the "Amazon Music App" is dangerous and will damage my computer and that I should move it to the Trash! WTH! Since I never use it anyway, I did move it to the trash but WTH?
You don't. You have to restart your computer because WebKit is a framework used by almost every other application on your system.Why the hell do I have to restart my computer for a browser?
Now it makes sense that people are switching over to alternatives like Firefox/Chrome
That's fine at the individual consumer level, but when you're administering thousands of machines at the enterprise level, and security patches included in the 11.3 release are REQUIRED to be installed immediately, this is not an option.The simple answer is not to install the release until a few weeks have elapsed.
Me too. Peculiar. But so was seeing Relocated Items folder (first time ever) on my DesktopStrangely the item "Relocated Items" on my desktop is gone.
Does anyone know why the equivalent fix is around 130 MB for the iPhone but nearly 2.5 GB for the Mac?3.30 GB for me on the M1 MacBook Air. Really Apple? 3.3 GB for a Webkit bug?
Probably needed to patch recoveryOS which has Safari built-in, but I don't believe recoveryOS supports delta updates so that would require flashing the whole recoveryOS image.Does anyone know why the equivalent fix is around 130 MB for the iPhone but nearly 2.5 GB for the Mac?
We have been making doors for more than forty years. Why can't we get it right before we put it on the market?You don't. You have to restart your computer because WebKit is a framework used by almost every other application on your system.
My house has a door that criminals might be able to open. To fix the problem, I'm going to add a different type of door on the side of the house.
That’s a really great humble brag, I love it. Looking forward to M series hardware myself!What Mac are you using? Working find for me on a M1 MacBook.