Earlier quoted context omitted.
I can't imagine anyone would disagree with 1024 characters.
"But that doesn't fit in a byte; why not make it 64k instead so it's 2 bytes?" "Why not 1023?" "Even 1023 is too long, I don't think anyone would need that." "What if ?" "How about 32?" Having been in a few meetings that went in that direction, I am not surprised that they couldn't agree on a limit. "Design by committee" at its worst.
A persistent denial of service vulnerability affecting iOS
31–36 of 36 posts
Re: A persistent denial of service vulnerability affecting iOS
#32Why didn’t they add a string limit?
Re: A persistent denial of service vulnerability affecting iOS
#33There are so many bugs in iOS that are years old and still unfixed. One example is the cellular-data draining bug[1]. The only "solution" for this is to wipe your device, and set it up again, without restoring any backups, at all. Which makes the whole point of backups of the device totally pointless. For a company that spent $6B+ on a (now mostly empty) campus, you'd think they could spare a few $million into proper…
I had to do this last year. Three calls to Apple Support... in the end I just wiped the phone and started over. The first time in 10 years. I was burning through my entire quota in 20 days and then racking up $10 per Gb over the quota with Optus. Very frustrating.
Re: A persistent denial of service vulnerability affecting iOS
#34Why didn’t they add a string limit?
Don't know, but in general arbitrarily set limits are bad. Note, the bug is not in the long name. The bug is in the inability of system services to handle a long device name. That I imagine is hard to fix, but this is exactly what needs fixing. Limiting the name length is akin to band aid.
Re: A persistent denial of service vulnerability affecting iOS
#35There are so many bugs in iOS that are years old and still unfixed. One example is the cellular-data draining bug[1]. The only "solution" for this is to wipe your device, and set it up again, without restoring any backups, at all. Which makes the whole point of backups of the device totally pointless. For a company that spent $6B+ on a (now mostly empty) campus, you'd think they could spare a few $million into proper…
Re: A persistent denial of service vulnerability affecting iOS
#36Why didn’t they add a string limit?