asdasd
About
- Username
- asdasd
- Joined
- Visits
- 248
- Last Active
- Roles
- member
- Points
- 1,785
- Badges
- 1
- Posts
- 5,686
Reactions
-
Apple prospers as top smartphone seller amid industry decline
22july2013 said:I recall seeing articles on AI years ago that some vendors count sales when a phone is transferred from the manufacturer to the retailer, even if the retailer never gets it into the hands of a consumer. Is this still the case, and is that how we need to read these stats?
This is from an independent group measuring sales, not the companies themselves.
20% worldwide is very good for Apple as it looks to me like Apple phones last twice as long as Android phones. -
macOS Sudo vulnerability could give root privileges to any local user
auxio said:asdasd said:dewme said:JustSomeGuy1 said:asdasd said:auxio said:Given how long these tools have been around (40+ years in some cases), how relatively simple the code is compared to modern software, and the fact that they're used in server environments, I'm very surprised they haven't been fully security audited by now.The real issue imho is that while a lot of underlying legacy code has a long and time tested verification of proper functionality, the code was not designed and has not been updated with sufficient consideration for the existential security threats that have evolved over time.
This works until there is a change in the operating system to allow filenames longer than 512, then it is a vulnerability at worst or a crash. Probably something like this happened for the stdln . I don't think these old codebases can be easily updated to handle reference counting.char filename[512]; ...
filename = getPath(....)
As for your example, that's a buffer overflow attack vector. It's pretty much the top item on the list for security audits: checking all sources of input for possible buffer overflows (or invalid data which could lead to a buffer overflow when parsing it).
As for memory management and an ownership model, see the system Apple uses in their low level C APIs (Core Foundation).
-
macOS Sudo vulnerability could give root privileges to any local user
auxio said:Given how long these tools have been around (40+ years in some cases), how relatively simple the code is compared to modern software, and the fact that they're used in server environments, I'm very surprised they haven't been fully security audited by now. -
Apple brings next-hour precipitation to Weather in the UK and Ireland
MacPro said:If it said rain in England every time, it would be right 90% of the time -
Developers on who can move to Apple Silicon - and who should wait